AWSCognitoIdentityProviderAdminDisableProviderForUserRequest
Objective-C
@interface AWSCognitoIdentityProviderAdminDisableProviderForUserRequest
Swift
class AWSCognitoIdentityProviderAdminDisableProviderForUserRequest
-
The user to be disabled.
Declaration
Objective-C
@property (nonatomic, strong) AWSCognitoIdentityProviderProviderUserIdentifierType *_Nullable user;Swift
var user: AWSCognitoIdentityProviderProviderUserIdentifierType? { get set } -
The user pool ID for the user pool.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable userPoolId;Swift
var userPoolId: String? { get set }
View on GitHub
Install in Dash
AWSCognitoIdentityProviderAdminDisableProviderForUserRequest Class Reference