ApnsCredentialResponse

data class ApnsCredentialResponse(val apnsCertificate: String? = null, val appId: String? = null, val appName: String? = null, val certificateKey: String? = null, val endpoint: String, val keyId: String? = null, val thumbprint: String? = null, val token: String? = null)

Description of a NotificationHub ApnsCredential.

Constructors

Link copied to clipboard
constructor(apnsCertificate: String? = null, appId: String? = null, appName: String? = null, certificateKey: String? = null, endpoint: String, keyId: String? = null, thumbprint: String? = null, token: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val apnsCertificate: String? = null

Gets or sets the APNS certificate.

Link copied to clipboard
val appId: String? = null

Gets or sets the issuer (iss) registered claim key, whose value is your 10-character Team ID, obtained from your developer account

Link copied to clipboard
val appName: String? = null

Gets or sets the name of the application

Link copied to clipboard
val certificateKey: String? = null

Gets or sets the certificate key.

Link copied to clipboard

Gets or sets the endpoint of this credential.

Link copied to clipboard
val keyId: String? = null

Gets or sets a 10-character key identifier (kid) key, obtained from your developer account

Link copied to clipboard
val thumbprint: String? = null

Gets or sets the APNS certificate Thumbprint

Link copied to clipboard
val token: String? = null

Gets or sets provider Authentication Token, obtained through your developer account