Skip to content

easyextensionsauthorizationmodels JwtSettings

BigMakCode edited this page Aug 5, 2024 · 1 revision

JwtSettings Internal class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph EasyExtensions.Authorization.Models
  EasyExtensions.Authorization.Models.JwtSettings[[JwtSettings]]
  end
Loading

Members

Properties

Internal properties

Type Name Methods
string Audience get, set
string Issuer get, set
string Key get, set
Nullable<int> LifetimeMinutes get, set

Details

Constructors

JwtSettings

public JwtSettings()

Properties

LifetimeMinutes

internal Nullable<int> LifetimeMinutes { get; set; }

Key

internal string Key { get; set; }

Issuer

internal string Issuer { get; set; }

Audience

internal string Audience { get; set; }

Generated with ModularDoc

Clone this wiki locally