ProviderUserIdentifierType
public struct ProviderUserIdentifierType : AWSShape
                Undocumented
- 
                  
                  
Declaration
Swift
public static var _members: [AWSShapeMember] - 
                  
                  
The name of the provider attribute to link to, for example, NameID.
Declaration
Swift
public let providerAttributeName: String? - 
                  
                  
The value of the provider attribute to link to, for example, xxxxx_account.
Declaration
Swift
public let providerAttributeValue: String? - 
                  
                  
The name of the provider, for example, Facebook, Google, or Login with Amazon.
Declaration
Swift
public let providerName: String? - 
                  
                  
Undocumented
Declaration
Swift
public init(providerAttributeName: String? = nil, providerAttributeValue: String? = nil, providerName: String? = nil) - 
                  
                  
Declaration
Swift
public func validate(name: String) throws 
View on GitHub
        ProviderUserIdentifierType Structure Reference