Uses of Class
ai.vectros.resources.auth.requests.TokenRequest
Packages that use TokenRequest
-
Uses of TokenRequest in ai.vectros.resources.auth
Methods in ai.vectros.resources.auth with parameters of type TokenRequestModifier and TypeMethodDescriptionAsyncAuthClient.mintToken(TokenRequest request) Creates a short-lived JWT bearer token restricted to specific actions and, optionally, to a particular user, organization, or client.AsyncAuthClient.mintToken(TokenRequest request, RequestOptions requestOptions) Creates a short-lived JWT bearer token restricted to specific actions and, optionally, to a particular user, organization, or client.AsyncRawAuthClient.mintToken(TokenRequest request) Creates a short-lived JWT bearer token restricted to specific actions and, optionally, to a particular user, organization, or client.AsyncRawAuthClient.mintToken(TokenRequest request, RequestOptions requestOptions) Creates a short-lived JWT bearer token restricted to specific actions and, optionally, to a particular user, organization, or client.AuthClient.mintToken(TokenRequest request) Creates a short-lived JWT bearer token restricted to specific actions and, optionally, to a particular user, organization, or client.AuthClient.mintToken(TokenRequest request, RequestOptions requestOptions) Creates a short-lived JWT bearer token restricted to specific actions and, optionally, to a particular user, organization, or client.RawAuthClient.mintToken(TokenRequest request) Creates a short-lived JWT bearer token restricted to specific actions and, optionally, to a particular user, organization, or client.RawAuthClient.mintToken(TokenRequest request, RequestOptions requestOptions) Creates a short-lived JWT bearer token restricted to specific actions and, optionally, to a particular user, organization, or client. -
Uses of TokenRequest in ai.vectros.resources.auth.requests
Methods in ai.vectros.resources.auth.requests that return TokenRequestMethods in ai.vectros.resources.auth.requests with parameters of type TokenRequestModifier and TypeMethodDescriptionTokenRequest.Builder.from(TokenRequest other) TokenRequest.ScopeStage.from(TokenRequest other)