AWSCognitoIdentityProviderRevokeTokenRequest
Objective-C
@interface AWSCognitoIdentityProviderRevokeTokenRequest
Swift
class AWSCognitoIdentityProviderRevokeTokenRequest
-
The client ID for the token that you want to revoke.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable clientId;
Swift
var clientId: String? { get set }
-
The secret for the client ID. This is required only if the client ID has a secret.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable clientSecret;
Swift
var clientSecret: String? { get set }
-
The refresh token that you want to revoke.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable token;
Swift
var token: String? { get set }