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>)profile

Availability

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>)postalCode

Availability

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>)userID

Availability

3.0

Discussion

This method returns an object of ‘profile:user_id’ scope.

Declared In

AMZNProfileScope.h