AWSCognitoIdentityProviderIdentityProviderType Class Reference
Inherits from | AWSModel : AWSMTLModel |
---|---|
Declared in | AWSCognitoIdentityProviderModel.h AWSCognitoIdentityProviderModel.m |
attributeMapping
A mapping of identity provider attributes to standard and custom user pool attributes.
@property (nonatomic, strong) NSDictionary<NSString*NSString*> *attributeMapping
Declared In
AWSCognitoIdentityProviderModel.h
creationDate
The date the identity provider was created.
@property (nonatomic, strong) NSDate *creationDate
Declared In
AWSCognitoIdentityProviderModel.h
idpIdentifiers
A list of identity provider identifiers.
@property (nonatomic, strong) NSArray<NSString*> *idpIdentifiers
Declared In
AWSCognitoIdentityProviderModel.h
lastModifiedDate
The date the identity provider was last modified.
@property (nonatomic, strong) NSDate *lastModifiedDate
Declared In
AWSCognitoIdentityProviderModel.h
providerDetails
The identity provider details, such as MetadataURL
and MetadataFile
.
@property (nonatomic, strong) NSDictionary<NSString*NSString*> *providerDetails
Declared In
AWSCognitoIdentityProviderModel.h
providerName
The identity provider name.
@property (nonatomic, strong) NSString *providerName
Declared In
AWSCognitoIdentityProviderModel.h
providerType
The identity provider type.
@property (nonatomic, assign) AWSCognitoIdentityProviderIdentityProviderTypeType providerType
Declared In
AWSCognitoIdentityProviderModel.h
userPoolId
The user pool ID.
@property (nonatomic, strong) NSString *userPoolId
Declared In
AWSCognitoIdentityProviderModel.h