AWSCognitoIdentityProviderUserPoolClientDescription
Objective-C
@interface AWSCognitoIdentityProviderUserPoolClientDescription
Swift
class AWSCognitoIdentityProviderUserPoolClientDescription
The description of the user pool client.
-
The ID of the client associated with the user pool.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable clientId;
Swift
var clientId: String? { get set }
-
The client name from the user pool client description.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable clientName;
Swift
var clientName: String? { get set }
-
The user pool ID for the user pool where you want to describe the user pool client.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable userPoolId;
Swift
var userPoolId: String? { get set }