Tokens
Bearer authentication
Executed successfully.
Token lifetime in seconds
Bad request.
unexpected error
unexpected error
Bearer authentication
The OAuth2 grant type. Determines the authentication flow and which parameters are required:
client_credentials - Authenticate as a service account or user access key using clientId and clientSecret.
password - Authenticate as a local user using username and password.
external_token_exchange - Authenticate as a service account or user using a token issued by the configured identity provider (IdP) for a Run:ai token. Requires externalToken.
The client identifier for a service account or user access key. Required when using the client_credentials grant type. Must be used together with clientSecret.
The client secret corresponding to the clientId. Required when using the client_credentials grant type. Must be used together with clientId.
The username of a local user account. Required when using the password grant type. Must be used together with password.
The password for the specified username. Required when using the password grant type. Must be used together with username.
A valid token issued by the identity provider (IdP) that is configured in NVIDIA Run:ai. Required when using the external_token_exchange grant type.
Successfully issued token
The access token issued by the authorization server
The type of the token issued (typically "Bearer")
BearerThe lifetime in seconds of the access token
3600The refresh token, which can be used to obtain new access tokens
ID Token value associated with the authenticated session (OpenID Connect)
The scope of the access token
Invalid request
Client authentication failed
unexpected error
unexpected error
Last updated