AWSCognitoIdentityProviderAttributeType

Objective-C

@interface AWSCognitoIdentityProviderAttributeType

Swift

class AWSCognitoIdentityProviderAttributeType

Specifies whether the attribute is standard or custom.

Required parameters: [Name]

  • The name of the attribute.

    Declaration

    Objective-C

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

    Swift

    var name: String? { get set }
  • The value of the attribute.

    Declaration

    Objective-C

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

    Swift

    var value: String? { get set }