Uses of Interface
ai.vectros.resources.auth.requests.TokenRequest._FinalStage
Packages that use TokenRequest._FinalStage
-
Uses of TokenRequest._FinalStage in ai.vectros.resources.auth.requests
Classes in ai.vectros.resources.auth.requests that implement TokenRequest._FinalStageMethods in ai.vectros.resources.auth.requests that return TokenRequest._FinalStageModifier and TypeMethodDescriptionTokenRequest._FinalStage.additionalProperties(Map<String, Object> additionalProperties) TokenRequest._FinalStage.additionalProperty(String key, Object value) The app context to mint the token into.The app context to mint the token into.The app context to mint the token into.TokenRequest._FinalStage.expiresInSeconds(Integer expiresInSeconds) TokenRequest._FinalStage.expiresInSeconds(Optional<Integer> expiresInSeconds) How long the token remains valid, in seconds.TokenRequest.Builder.expiresInSeconds(Integer expiresInSeconds) How long the token remains valid, in seconds.TokenRequest.Builder.expiresInSeconds(Optional<Integer> expiresInSeconds) How long the token remains valid, in seconds.TokenRequest.Builder.scope(@NotNull ScopeRequest scope) TokenRequest.ScopeStage.scope(@NotNull ScopeRequest scope) The Vectros user ID of the end user this token is minted for.The Vectros user ID of the end user this token is minted for.The Vectros user ID of the end user this token is minted for.