public final class

AuthzConstants

extends Object
java.lang.Object
   ↳ com.amazon.identity.auth.device.authorization.api.AuthzConstants

Class Overview

Constants to be used with AmazonAuthorizationManager

Summary

Nested Classes
enum AuthzConstants.BUNDLE_KEY Allowed Bundle Keys  
enum AuthzConstants.FUTURE_TYPE Future Bundle Keys  
enum AuthzConstants.PROFILE_KEY Profile Information Bundle Keys  
Constants
int CAUSE_FAILED_AUTHENTICATION Indicates that the request was canceled because user fails to sign-in to Amazon
int CAUSE_REJECTED_SCOPES Indicates that the request was canceled because some scopes are not granted by user
Public Constructors
AuthzConstants()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int CAUSE_FAILED_AUTHENTICATION

Indicates that the request was canceled because user fails to sign-in to Amazon

Constant Value: 0 (0x00000000)

public static final int CAUSE_REJECTED_SCOPES

Indicates that the request was canceled because some scopes are not granted by user

Constant Value: 1 (0x00000001)

Public Constructors

public AuthzConstants ()