AdmCredentialResponse

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

Description of a NotificationHub AdmCredential.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val authTokenUrl: String? = null

The URL of the authorization token.

Link copied to clipboard
val clientId: String? = null

The client identifier.

Link copied to clipboard
val clientSecret: String? = null

The credential secret access key.