OAuthClientCredentialsResponse

data class OAuthClientCredentialsResponse(val clientId: String, val clientSecret: KeyVaultPropertiesResponse, val kind: String)

OAuthClientCredentials for clientId clientSecret auth.

Constructors

Link copied to clipboard
constructor(clientId: String, clientSecret: KeyVaultPropertiesResponse, kind: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

ClientId associated with the provider.

Link copied to clipboard

Properties of the key vault.

Link copied to clipboard

Enum for different types of AuthCredentials supported. Expected value is 'OAuthClientCredentials'.