Package com.microsoft.graph.auth
Class AuthConstants
java.lang.Object
com.microsoft.graph.auth.AuthConstants
public class AuthConstants
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAuthConstants.Tenants -
Field Summary
Fields Modifier and Type Field Description static java.lang.StringAUTHORIZATION_HEADERstatic java.lang.StringBEARERstatic java.lang.StringTOKEN_ENDPOINT -
Constructor Summary
Constructors Constructor Description AuthConstants() -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
BEARER
public static final java.lang.String BEARER- See Also:
- Constant Field Values
-
TOKEN_ENDPOINT
public static final java.lang.String TOKEN_ENDPOINT- See Also:
- Constant Field Values
-
AUTHORIZATION_HEADER
public static final java.lang.String AUTHORIZATION_HEADER- See Also:
- Constant Field Values
-
-
Constructor Details
-
AuthConstants
public AuthConstants()
-