AuthenticationToken Class

Namespace
Microsoft.AspNetCore.Authentication
Assemblies
  • Microsoft.AspNetCore.Authentication

Syntax

public class AuthenticationToken
class Microsoft.AspNetCore.Authentication.AuthenticationToken

Properties

Microsoft.AspNetCore.Authentication.AuthenticationToken.Name
Return type:System.String
public string Name { get; set; }
Microsoft.AspNetCore.Authentication.AuthenticationToken.Value
Return type:System.String
public string Value { get; set; }