AMZNProfileScope Class Reference
| Inherits from | NSObject |
|---|---|
| Conforms to | AMZNScope |
| Declared in | AMZNProfileScope.h |
Overview
This interface implements AMZNScope protocol and is used to define ‘scopes’ owned by Login with Amazon.
+ profile
This method returns an object of ‘profile’ scope.
+ (id<AMZNScope>)profileAvailability
3.0
Discussion
This method returns an object of ‘profile’ scope.
Declared In
AMZNProfileScope.h
+ postalCode
This method returns an object of ‘postal_code’ scope.
+ (id<AMZNScope>)postalCodeAvailability
3.0
Discussion
This method returns an object of ‘postal_code’ scope.
Declared In
AMZNProfileScope.h
+ userID
This method returns an object of ‘profile:user_id’ scope.
+ (id<AMZNScope>)userIDAvailability
3.0
Discussion
This method returns an object of ‘profile:user_id’ scope.
Declared In
AMZNProfileScope.h