AWSCognitoIdentityProviderDescribeResourceServerRequest

Objective-C

@interface AWSCognitoIdentityProviderDescribeResourceServerRequest

Swift

class AWSCognitoIdentityProviderDescribeResourceServerRequest
  • The identifier for the resource server

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable identifier;

    Swift

    var identifier: String? { get set }
  • The user pool ID for the user pool that hosts the resource server.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable userPoolId;

    Swift

    var userPoolId: String? { get set }