Uses of Interface
com.okta.sdk.authc.credentials.ClientCredentials
Packages that use ClientCredentials
-
Uses of ClientCredentials in com.okta.sdk.authc.credentials
Classes in com.okta.sdk.authc.credentials that implement ClientCredentialsModifier and TypeClassDescriptionclassThis implementation represents the api key that is used to authenticate a Tenant in Okta. -
Uses of ClientCredentials in com.okta.sdk.client
Methods in com.okta.sdk.client with parameters of type ClientCredentialsModifier and TypeMethodDescriptionClientBuilder.setClientCredentials(ClientCredentials clientCredentials) Allows specifying anApiKeyinstance directly instead of relying on the default location + override/fallback behavior defined in thedocumentation above.