AdmCredential interface

Description of a NotificationHub AdmCredential.

Properties

authTokenUrl

The URL of the authorization token.

clientId

The client identifier.

clientSecret

The credential secret access key.

Property Details

authTokenUrl

The URL of the authorization token.

authTokenUrl?: string

Property Value

string

clientId

The client identifier.

clientId?: string

Property Value

string

clientSecret

The credential secret access key.

clientSecret?: string

Property Value

string