Uses of Class
org.openapitools.client.model.AuthQuery
-
Packages that use AuthQuery Package Description org.openapitools.client.api org.openapitools.client.model -
-
Uses of AuthQuery in org.openapitools.client.api
Methods in org.openapitools.client.api with parameters of type AuthQuery Modifier and Type Method Description voidAuthApi. login(AuthQuery content)Login Login This will redirect you to the OAuth provider for authentication with email/pass, SSO, Google, Github, etc.okhttp3.CallAuthApi. loginAsync(AuthQuery content, ApiCallback<Void> _callback)Login (asynchronously) Login This will redirect you to the OAuth provider for authentication with email/pass, SSO, Google, Github, etc.okhttp3.CallAuthApi. loginCall(AuthQuery content, ApiCallback _callback)Build call for loginApiResponse<Void>AuthApi. loginWithHttpInfo(@NotNull AuthQuery content)Login Login This will redirect you to the OAuth provider for authentication with email/pass, SSO, Google, Github, etc. -
Uses of AuthQuery in org.openapitools.client.model
Methods in org.openapitools.client.model that return AuthQuery Modifier and Type Method Description static AuthQueryAuthQuery. fromJson(String jsonString)Create an instance of AuthQuery given an JSON stringAuthQueryAuthQuery. invCode(UUID invCode)AuthQueryAuthQuery. organizationId(UUID organizationId)AuthQueryAuthQuery. redirectUri(String redirectUri)
-