OAuthAuthenticationResponse

data class OAuthAuthenticationResponse(val audience: String? = null, val clientId: String? = null, val secret: String? = null, val tenant: String? = null, val type: String)

Constructors

Link copied to clipboard
constructor(audience: String? = null, clientId: String? = null, secret: String? = null, tenant: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val audience: String? = null

Gets or sets the audience.

Link copied to clipboard
val clientId: String? = null

Gets or sets the client identifier.

Link copied to clipboard
val secret: String? = null

Gets or sets the secret, return value will always be empty.

Link copied to clipboard
val tenant: String? = null

Gets or sets the tenant.

Link copied to clipboard

Gets or sets the HTTP authentication type. Expected value is 'ActiveDirectoryOAuth'.