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 or identity entity (in any namespace).AsyncAuthClient.mintToken(TokenRequest request, RequestOptions requestOptions) Creates a short-lived JWT bearer token restricted to specific actions and, optionally, to a particular user or identity entity (in any namespace).AsyncRawAuthClient.mintToken(TokenRequest request) Creates a short-lived JWT bearer token restricted to specific actions and, optionally, to a particular user or identity entity (in any namespace).AsyncRawAuthClient.mintToken(TokenRequest request, RequestOptions requestOptions) Creates a short-lived JWT bearer token restricted to specific actions and, optionally, to a particular user or identity entity (in any namespace).AuthClient.mintToken(TokenRequest request) Creates a short-lived JWT bearer token restricted to specific actions and, optionally, to a particular user or identity entity (in any namespace).AuthClient.mintToken(TokenRequest request, RequestOptions requestOptions) Creates a short-lived JWT bearer token restricted to specific actions and, optionally, to a particular user or identity entity (in any namespace).RawAuthClient.mintToken(TokenRequest request) Creates a short-lived JWT bearer token restricted to specific actions and, optionally, to a particular user or identity entity (in any namespace).RawAuthClient.mintToken(TokenRequest request, RequestOptions requestOptions) Creates a short-lived JWT bearer token restricted to specific actions and, optionally, to a particular user or identity entity (in any namespace). -
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)