public static final enum

AuthzConstants.BUNDLE_KEY

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.amazon.identity.auth.device.authorization.api.AuthzConstants.BUNDLE_KEY

Class Overview

Allowed Bundle Keys

Summary

Enum Values
AuthzConstants.BUNDLE_KEY  APP_ID   
AuthzConstants.BUNDLE_KEY  AUTHORIZATION_CODE   
AuthzConstants.BUNDLE_KEY  AUTHORIZE   
AuthzConstants.BUNDLE_KEY  BROWSER_AUTHORIZATION   
AuthzConstants.BUNDLE_KEY  CAUSE_ID   
AuthzConstants.BUNDLE_KEY  CHECK_API_KEY   
AuthzConstants.BUNDLE_KEY  CLIENT_ID   
AuthzConstants.BUNDLE_KEY  CODE_CHALLENGE   
AuthzConstants.BUNDLE_KEY  CODE_CHALLENGE_METHOD   
AuthzConstants.BUNDLE_KEY  DEVICE_ID   
AuthzConstants.BUNDLE_KEY  DIRECTED_ID   
AuthzConstants.BUNDLE_KEY  EXTRA_URL_PARAMS   
AuthzConstants.BUNDLE_KEY  FUTURE   
AuthzConstants.BUNDLE_KEY  GET_AUTH_CODE   
AuthzConstants.BUNDLE_KEY  MINIMUM_TOKEN_LIFETIME   
AuthzConstants.BUNDLE_KEY  NO_SERVICE   
AuthzConstants.BUNDLE_KEY  ON_CANCEL_DESCRIPTION   
AuthzConstants.BUNDLE_KEY  ON_CANCEL_TYPE   
AuthzConstants.BUNDLE_KEY  PROFILE   
AuthzConstants.BUNDLE_KEY  REDIRECT_URI   
AuthzConstants.BUNDLE_KEY  REJECTED_SCOPE_LIST   
AuthzConstants.BUNDLE_KEY  RETURN_CODE   
AuthzConstants.BUNDLE_KEY  SANDBOX  This option will allow Payments developers to use Sandbox testing Payments Sandbox Overview  
AuthzConstants.BUNDLE_KEY  SCOPE_DATA   
AuthzConstants.BUNDLE_KEY  SDK_VERSION   
AuthzConstants.BUNDLE_KEY  SSO_VERSION   
AuthzConstants.BUNDLE_KEY  TOKEN   
AuthzConstants.BUNDLE_KEY  X_AMAZON_OPTIONS   
Fields
public final String val
Public Methods
static AuthzConstants.BUNDLE_KEY valueOf(String name)
final static BUNDLE_KEY[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final AuthzConstants.BUNDLE_KEY APP_ID

public static final AuthzConstants.BUNDLE_KEY AUTHORIZATION_CODE

public static final AuthzConstants.BUNDLE_KEY AUTHORIZE

public static final AuthzConstants.BUNDLE_KEY BROWSER_AUTHORIZATION

public static final AuthzConstants.BUNDLE_KEY CAUSE_ID

public static final AuthzConstants.BUNDLE_KEY CHECK_API_KEY

public static final AuthzConstants.BUNDLE_KEY CLIENT_ID

public static final AuthzConstants.BUNDLE_KEY CODE_CHALLENGE

public static final AuthzConstants.BUNDLE_KEY CODE_CHALLENGE_METHOD

public static final AuthzConstants.BUNDLE_KEY DEVICE_ID

public static final AuthzConstants.BUNDLE_KEY DIRECTED_ID

public static final AuthzConstants.BUNDLE_KEY EXTRA_URL_PARAMS

public static final AuthzConstants.BUNDLE_KEY FUTURE

public static final AuthzConstants.BUNDLE_KEY GET_AUTH_CODE

public static final AuthzConstants.BUNDLE_KEY MINIMUM_TOKEN_LIFETIME

public static final AuthzConstants.BUNDLE_KEY NO_SERVICE

public static final AuthzConstants.BUNDLE_KEY ON_CANCEL_DESCRIPTION

public static final AuthzConstants.BUNDLE_KEY ON_CANCEL_TYPE

public static final AuthzConstants.BUNDLE_KEY PROFILE

public static final AuthzConstants.BUNDLE_KEY REDIRECT_URI

public static final AuthzConstants.BUNDLE_KEY REJECTED_SCOPE_LIST

public static final AuthzConstants.BUNDLE_KEY RETURN_CODE

public static final AuthzConstants.BUNDLE_KEY SANDBOX

This option will allow Payments developers to use Sandbox testing Payments Sandbox Overview

public static final AuthzConstants.BUNDLE_KEY SCOPE_DATA

public static final AuthzConstants.BUNDLE_KEY SDK_VERSION

public static final AuthzConstants.BUNDLE_KEY SSO_VERSION

public static final AuthzConstants.BUNDLE_KEY TOKEN

public static final AuthzConstants.BUNDLE_KEY X_AMAZON_OPTIONS

Fields

public final String val

Public Methods

public static AuthzConstants.BUNDLE_KEY valueOf (String name)

public static final BUNDLE_KEY[] values ()