public interface ClientCredentials<T>
Modifier and Type | Method and Description |
---|---|
T |
getCredentials()
Returns the client credentials plaintext secret - a very secret, very private value that should never be disclosed to anyone
other than the actual account holder.
|
T getCredentials()
Security Notice
Okta SDKs automatically encrypt this value at rest and in SDK cache to prevent plaintext access. The plaintext value is only available by calling this method, which returns the plaintext (unencrypted) value. Please use this method with caution and only when necessary to ensure your API users' secrets remain secure.
Copyright © 2017–2023 Okta. All rights reserved.