Uses of Class
ai.vectros.resources.auth.requests.CreateScopedKeyRequest
Packages that use CreateScopedKeyRequest
-
Uses of CreateScopedKeyRequest in ai.vectros.resources.auth
Methods in ai.vectros.resources.auth with parameters of type CreateScopedKeyRequestModifier and TypeMethodDescriptionAsyncAuthClient.createScopedKey(CreateScopedKeyRequest request) Creates a scoped API key (anssk_*secret) that inherits its permissions from an existing access profile in your account.AsyncAuthClient.createScopedKey(CreateScopedKeyRequest request, RequestOptions requestOptions) Creates a scoped API key (anssk_*secret) that inherits its permissions from an existing access profile in your account.AsyncRawAuthClient.createScopedKey(CreateScopedKeyRequest request) Creates a scoped API key (anssk_*secret) that inherits its permissions from an existing access profile in your account.AsyncRawAuthClient.createScopedKey(CreateScopedKeyRequest request, RequestOptions requestOptions) Creates a scoped API key (anssk_*secret) that inherits its permissions from an existing access profile in your account.AuthClient.createScopedKey(CreateScopedKeyRequest request) Creates a scoped API key (anssk_*secret) that inherits its permissions from an existing access profile in your account.AuthClient.createScopedKey(CreateScopedKeyRequest request, RequestOptions requestOptions) Creates a scoped API key (anssk_*secret) that inherits its permissions from an existing access profile in your account.RawAuthClient.createScopedKey(CreateScopedKeyRequest request) Creates a scoped API key (anssk_*secret) that inherits its permissions from an existing access profile in your account.RawAuthClient.createScopedKey(CreateScopedKeyRequest request, RequestOptions requestOptions) Creates a scoped API key (anssk_*secret) that inherits its permissions from an existing access profile in your account. -
Uses of CreateScopedKeyRequest in ai.vectros.resources.auth.requests
Methods in ai.vectros.resources.auth.requests that return CreateScopedKeyRequestModifier and TypeMethodDescriptionCreateScopedKeyRequest._FinalStage.build()CreateScopedKeyRequest.Builder.build()Methods in ai.vectros.resources.auth.requests with parameters of type CreateScopedKeyRequestModifier and TypeMethodDescriptionCreateScopedKeyRequest.Builder.from(CreateScopedKeyRequest other) CreateScopedKeyRequest.KeyNameStage.from(CreateScopedKeyRequest other)