Push Mechanism
Represents an instance of a Push authentication mechanism. Associated with an Account.
Constructors
Properties
Link copied to clipboard
AccountName, or Username of the account for the issuer
Link copied to clipboard
The authentication URL for Push mechanism
Link copied to clipboard
Uniquely identifiable UUID for current mechanism
Link copied to clipboard
List of PushNotification objects associated with this mechanism
Link copied to clipboard
The registration URL for Push mechanism
Functions
Link copied to clipboard
Returns a builder for creating the Push Mechanism.
Link copied to clipboard
Deserializes the specified Json into an object of the Mechanism object.
Deserializes the specified Json into an object of the PushMechanism object.
Link copied to clipboard
Gets the account object associated with the mechanism.
Link copied to clipboard
Gets the storage Account id associated with this Mechanism.
Link copied to clipboard
Get all of the notifications that belong to this Push mechanism.
Link copied to clipboard
The authentication URL for Push mechanism.
Link copied to clipboard
Get pending notifications that belong to this Push mechanism.
Link copied to clipboard
The registration URL for Push mechanism.
Link copied to clipboard
Sets the account object associated with the mechanism.
Link copied to clipboard