AdmCredential interface
Description of a NotificationHub AdmCredential.
Properties
auth |
The URL of the authorization token. |
client |
The client identifier. |
client |
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