Class BaseAuth.AuthResponse

  • Enclosing class:
    BaseAuth

    public class BaseAuth.AuthResponse
    extends Object
    • Constructor Detail

      • AuthResponse

        public AuthResponse​(String clientId,
                            String[] scopes,
                            String configuration)
    • Method Detail

      • getClientId

        public String getClientId()
      • getScopes

        public String[] getScopes()
      • getConfiguration

        public String getConfiguration()