AdmCredentialResponse

data class AdmCredentialResponse(val authTokenUrl: String, val clientId: String, val clientSecret: String)

Description of a NotificationHub AdmCredential.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets or sets the URL of the authorization token.

Link copied to clipboard

Gets or sets the client identifier.

Link copied to clipboard

Gets or sets the credential secret access key.