RemoteAuthenticationUserOptions Class

Definition

Represents options to use when configuring the ClaimsPrincipal for a user.

public ref class RemoteAuthenticationUserOptions
public class RemoteAuthenticationUserOptions
type RemoteAuthenticationUserOptions = class
Public Class RemoteAuthenticationUserOptions
Inheritance
RemoteAuthenticationUserOptions

Constructors

RemoteAuthenticationUserOptions()

Properties

AuthenticationType

Gets or sets the value to use for the AuthenticationType.

NameClaim

Gets or sets the claim type to use for the user name.

RoleClaim

Gets or sets the claim type to use for the user roles.

ScopeClaim

Gets or sets the claim type to use for the user scopes.

Applies to