AWSCognitoIdentityProviderProviderUserIdentifierType
Objective-C
@interface AWSCognitoIdentityProviderProviderUserIdentifierType
Swift
class AWSCognitoIdentityProviderProviderUserIdentifierType
A container for information about an IdP for a user pool.
-
The name of the provider attribute to link to, such as
NameID
.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable providerAttributeName;
Swift
var providerAttributeName: String? { get set }
-
The value of the provider attribute to link to, such as
xxxxx_account
.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable providerAttributeValue;
Swift
var providerAttributeValue: String? { get set }
-
The name of the provider, such as Facebook, Google, or Login with Amazon.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable providerName;
Swift
var providerName: String? { get set }