AWSCognitoIdentityProviderUpdateResourceServerRequest

Objective-C

@interface AWSCognitoIdentityProviderUpdateResourceServerRequest

Swift

class AWSCognitoIdentityProviderUpdateResourceServerRequest
  • The identifier for the resource server.

    Declaration

    Objective-C

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

    Swift

    var identifier: String? { get set }
  • The name of the resource server.

    Declaration

    Objective-C

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

    Swift

    var name: String? { get set }
  • The scope values to be set for the resource server.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSCognitoIdentityProviderResourceServerScopeType *> *_Nullable scopes;

    Swift

    var scopes: [AWSCognitoIdentityProviderResourceServerScopeType]? { 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 }