Share via


AuthenticationInfoParameters Class

Definition

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

Name Description
AuthenticationInfoParameters()

Properties

Name Description
Item[String]

Return the Microsoft.Identity.Client.AuthenticationInfoParameters.RawParameters of key key.

NextNonce

The next nonce to be used in the preceding authentication request.

Methods

Name Description
CreateFromResponseHeaders(HttpResponseHeaders)

Create Authentication-Info parameters from the HttpResponseHeaders for each auth scheme.

Applies to