AWSCognitoIdentityProviderDeleteUserAttributesRequest
Objective-C
@interface AWSCognitoIdentityProviderDeleteUserAttributesRequest
Swift
class AWSCognitoIdentityProviderDeleteUserAttributesRequest
Represents the request to delete user attributes.
Required parameters: [UserAttributeNames, AccessToken]
-
A valid access token that Amazon Cognito issued to the user whose attributes you want to delete.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable accessToken;Swift
var accessToken: String? { get set } -
An array of strings representing the user attribute names you want to delete.
For custom attributes, you must prependattach the
custom:prefix to the front of the attribute name.Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable userAttributeNames;Swift
var userAttributeNames: [String]? { get set }
View on GitHub
Install in Dash
AWSCognitoIdentityProviderDeleteUserAttributesRequest Class Reference