AuthenticationInfoParameters 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.
Parameters returned by the Authentication-Info header. This allows for scenarios such as proof-of-possession, etc. See https://www.rfc-editor.org/rfc/rfc7615
public class AuthenticationInfoParameters
type AuthenticationInfoParameters = class
Public Class AuthenticationInfoParameters
- Inheritance
-
AuthenticationInfoParameters
Constructors
AuthenticationInfoParameters() |
Properties
Item[String] |
Return the Microsoft.Identity.Client.AuthenticationInfoParameters.RawParameters of key |
NextNonce |
The next nonce to be used in the preceding authentication request. |
Methods
CreateFromResponseHeaders(HttpResponseHeaders) |
Create Authentication-Info parameters from the HttpResponseHeaders for each auth scheme. |