AMZNScope Protocol Reference
| Conforms to | NSObject |
|---|---|
| Declared in | AMZNScope.h |
Overview
This protocol is used to define Scopes used in calling ‘authorize’ methods defined AMZNAuthorizationManager class. Scope classes that implements this protocol represent the concept of ‘scope’ in OAuth 2.0 protocol.
name
required method
The name of a scope.
@property (nonatomic, readonly) NSString *nameAvailability
3.0
Discussion
The name of a scope.
Declared In
AMZNScope.h
scopeData
The scope data for a given scope.
@property (nonatomic, readonly) NSDictionary *scopeDataAvailability
3.0
Discussion
The scope data for a given scope.
Declared In
AMZNScope.h