Class | Description |
---|---|
RefreshTokenStore | A IRefreshTokenStore implementation that stores refresh tokens in a file on disk protected using the Win32 Data Protection API that encrypts the token using a key that is specific to the Windows user account. |
Interface | Description |
---|---|
IAuthenticationFunctions | Functions for authenticating the user in order to authorize HTTP requests |
IOpenIdConnectAuthorization | OpenID Connect authorization processing for an HTTP request |
IRefreshTokenStore | A repository for a single Refresh Token |
IRequestAuthorization | Authorization processing for an HTTP request |