Class GetOrCreateUserInput
- Namespace
- OpenSettings.Models.Inputs
- Assembly
- OpenSettings.dll
public class GetOrCreateUserInput
- Inheritance
-
GetOrCreateUserInput
- Inherited Members
Constructors
GetOrCreateUserInput(ClaimsPrincipal, AuthType)
public GetOrCreateUserInput(ClaimsPrincipal principal, AuthType authType)
Parameters
principalClaimsPrincipalauthTypeAuthType
Properties
AuthType
public AuthType AuthType { get; }
Property Value
Principal
public ClaimsPrincipal Principal { get; }