AWSCognitoIdentityProviderProviderDescription

Objective-C

@interface AWSCognitoIdentityProviderProviderDescription

Swift

class AWSCognitoIdentityProviderProviderDescription

A container for IdP details.

  • The date and time when the item was created. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java Date object.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDate *_Nullable creationDate;

    Swift

    var creationDate: Date? { get set }
  • The date the provider was last modified.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDate *_Nullable lastModifiedDate;

    Swift

    var lastModifiedDate: Date? { get set }
  • The IdP name.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable providerName;

    Swift

    var providerName: String? { get set }
  • The IdP type.

    Declaration

    Objective-C

    @property (nonatomic) AWSCognitoIdentityProviderIdentityProviderTypeType providerType;

    Swift

    var providerType: AWSCognitoIdentityProviderIdentityProviderTypeType { get set }