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, 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.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, 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.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 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)