Interface NimbusSecretCredential

All Superinterfaces:
Credential
All Known Implementing Classes:
BasicNimbusSecretCredential

@Deprecated(since="2.2.0", forRemoval=true) public interface NimbusSecretCredential extends Credential
Deprecated, for removal: This API element is subject to removal in a future version.
Credential wrapping Secret.
  • Method Details

    • getSecret

      @Nonnull Secret getSecret()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Get the client secret.
      Returns:
      The client secret.