AWSCognitoIdentityProviderListUserPoolClientsResponse
Objective-C
@interface AWSCognitoIdentityProviderListUserPoolClientsResponse
Swift
class AWSCognitoIdentityProviderListUserPoolClientsResponse
Represents the response from the server that lists user pool clients.
-
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }
-
The user pool clients in the response that lists user pool clients.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSCognitoIdentityProviderUserPoolClientDescription *> *_Nullable userPoolClients;
Swift
var userPoolClients: [AWSCognitoIdentityProviderUserPoolClientDescription]? { get set }