ClientAssertionProviderBase Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Description of a client assertion in the application configuration. See https://aka.ms/ms-id-web/client-assertions.
public abstract class ClientAssertionProviderBase
type ClientAssertionProviderBase = class
Public MustInherit Class ClientAssertionProviderBase
- Inheritance
-
ClientAssertionProviderBase
- Derived
Constructors
ClientAssertionProviderBase() |
Properties
Expiry |
Expiry of the client assertion. |
Methods
GetClientAssertionAsync(AssertionRequestOptions) |
Gets the Client assertion |
GetSignedAssertionAsync(AssertionRequestOptions) |
Get the signed assertion (and refreshes it if needed). |