Uses of Class
co.yellowdog.platform.account.authentication.ApiKey
Packages that use ApiKey
Package
Description
Provides the classes needed to interact with YellowDog Platform Services.
Holds the client types used to access the YellowDog Account Service.
Defines types used in the request/response interactions with the YellowDog Account Service.
-
Uses of ApiKey in co.yellowdog.platform.client
Methods in co.yellowdog.platform.client with parameters of type ApiKeyModifier and TypeMethodDescriptionstatic PlatformClient
PlatformClient.create
(@NonNull ServicesSchema servicesSchema, @NonNull ApiKey key) Constructs a new PlatformClient instance using the supplied ServicesSchema to connect to YellowDogstatic PlatformClient
PlatformClient.create
(@NonNull ServicesSchema servicesSchema, @NonNull ApiKey key, @NonNull ObjectStoreClientConfigurationProperties objectStoreClientConfigurationProperties) -
Uses of ApiKey in co.yellowdog.platform.clients.account
Methods in co.yellowdog.platform.clients.account that return ApiKeyModifier and TypeMethodDescriptionAccountClient.regenerateApplicationApiKey
(String applicationId) AccountClientImpl.regenerateApplicationApiKey
(String applicationId) -
Uses of ApiKey in co.yellowdog.platform.interaction.account
Methods in co.yellowdog.platform.interaction.account that return ApiKeyModifier and TypeMethodDescriptionAddApplicationResponse.getApiKey()
GrantApplicationAccessRequest.getApplicationApiKey()
Methods in co.yellowdog.platform.interaction.account with parameters of type ApiKeyModifier and TypeMethodDescriptionvoid
void
GrantApplicationAccessRequest.setApplicationApiKey
(ApiKey applicationApiKey)