Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ApnsCredential

Package version

interface

An interface representing ApnsCredential. Description of a NotificationHub ApnsCredential.

Hierarchy

  • ApnsCredential

Index

Properties

Optional apnsCertificate

apnsCertificate: undefined | string
member

{string} [apnsCertificate] The APNS certificate.

Optional appId

appId: undefined | string
member

{string} [appId] The issuer (iss) registered claim key, whose value is your 10-character Team ID, obtained from your developer account

Optional appName

appName: undefined | string
member

{string} [appName] The name of the application

Optional certificateKey

certificateKey: undefined | string
member

{string} [certificateKey] The certificate key.

Optional endpoint

endpoint: undefined | string
member

{string} [endpoint] The endpoint of this credential.

Optional keyId

keyId: undefined | string
member

{string} [keyId] A 10-character key identifier (kid) key, obtained from your developer account

Optional thumbprint

thumbprint: undefined | string
member

{string} [thumbprint] The Apns certificate Thumbprint

Optional token

token: undefined | string
member

{string} [token] Provider Authentication Token, obtained through your developer account

Generated using TypeDoc