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 class  AuthConstants.Tenants  
  • Field Summary

    Fields
    Modifier and Type Field Description
    static java.lang.String AUTHORIZATION_HEADER  
    static java.lang.String BEARER  
    static java.lang.String TOKEN_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

  • Constructor Details

    • AuthConstants

      public AuthConstants()