AWSCognitoIdentityProviderResourceServerScopeType

Objective-C

@interface AWSCognitoIdentityProviderResourceServerScopeType

Swift

class AWSCognitoIdentityProviderResourceServerScopeType

A resource server scope.

Required parameters: [ScopeName, ScopeDescription]

  • A description of the scope.

    Declaration

    Objective-C

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

    Swift

    var scopeDescription: String? { get set }
  • The name of the scope.

    Declaration

    Objective-C

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

    Swift

    var scopeName: String? { get set }