Skip to main content

UserInfoRequest.Parameters Class

Abblix.Oidc.Server

Abblix.Oidc.Server.Model.UserInfoRequest

UserInfoRequest.Parameters Class

Wire-level parameter names accepted at the OIDC UserInfo endpoint (OIDC Core §5.3, RFC 6750 §2 token transport).

public static class UserInfoRequest.Parameters

Inheritance System.Object → Parameters

Fields

UserInfoRequest.Parameters.AccessToken Field

The access_token form parameter carrying the bearer access token when the client submits it in the request body rather than the Authorization header (RFC 6750 §2.2).

public const string AccessToken = "access_token";

Field Value

System.String