AMZNAuthorizeRequest Class Reference

Inherits from NSObject
Declared in AMZNAuthorizeRequest.h

Overview

This class is used to define an input request object when calling authorize:handler method in AMZNAuthorizationHandler class.

  scopes

This property represents a list of scopes object that request authorization. Each scope object in the scopes array should be in AMZNScope type.

@property (nonatomic, strong) NSArray *scopes

Availability

3.0

Discussion

This property represents a list of scopes object that request authorization. Each scope object in the scopes array should be in AMZNScope type.

Declared In

AMZNAuthorizeRequest.h

  interactiveStrategy

This property represents desired interactive strategy of an authorization request. See detailed usage in AMZNInteractiveStrategy type.

@property (nonatomic) AMZNInteractiveStrategy interactiveStrategy

Availability

3.0

Discussion

This property represents desired interactive strategy of an authorization request. See detailed usage in AMZNInteractiveStrategy type.

Declared In

AMZNAuthorizeRequest.h

  grantType

This property represents which grant type to use during authorization. See detailed usage in AMZNAuthorizationGrantType type

@property (nonatomic) AMZNAuthorizationGrantType grantType

Availability

3.0

Discussion

This property represents which grant type to use during authorization. See detailed usage in AMZNAuthorizationGrantType type

Declared In

AMZNAuthorizeRequest.h

  codeChallenge

This property let you pass a code challenge when you request grant type as AMZNAuthorizationGrantTypeCode

@property (nonatomic, strong) NSString *codeChallenge

Availability

3.0

Discussion

This property let you pass a code challenge when you request grant type as AMZNAuthorizationGrantTypeCode

Declared In

AMZNAuthorizeRequest.h

  codeChallengeMethod

This property let you pass a code challenge when you request grant type as AMZNAuthorizationGrantTypeCode

@property (nonatomic, strong) NSString *codeChallengeMethod

Availability

3.0

Discussion

This property let you pass a code challenge when you request grant type as AMZNAuthorizationGrantTypeCode

Declared In

AMZNAuthorizeRequest.h