Adm Credential Response
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
fun AdmCredentialResponse(authTokenUrl: String? = null, clientId: String? = null, clientSecret: String? = null)