Class BaseAuth.AuthResponse

java.lang.Object
io.weaviate.client.v1.auth.nimbus.BaseAuth.AuthResponse
Enclosing class:
BaseAuth

public class BaseAuth.AuthResponse extends Object
  • Constructor Details

    • AuthResponse

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

    • getClientId

      public String getClientId()
    • getScopes

      public String[] getScopes()
    • getConfiguration

      public String getConfiguration()