Uses of Class
ai.vectros.types.MintTokenResponse
Packages that use MintTokenResponse
-
Uses of MintTokenResponse in ai.vectros.resources.auth
Methods in ai.vectros.resources.auth that return MintTokenResponseModifier and TypeMethodDescriptionAuthClient.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).Methods in ai.vectros.resources.auth that return types with arguments of type MintTokenResponseModifier 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).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 MintTokenResponse in ai.vectros.types
Methods in ai.vectros.types that return MintTokenResponseModifier and TypeMethodDescriptionMintTokenResponse._FinalStage.build()MintTokenResponse.Builder.build()Methods in ai.vectros.types with parameters of type MintTokenResponseModifier and TypeMethodDescriptionMintTokenResponse.Builder.from(MintTokenResponse other) MintTokenResponse.TokenStage.from(MintTokenResponse other)