Name | Description | |
---|---|---|
![]() | JwtTokenConfig Constructor | create an empty Web Token configuration |
The following tables list the members exposed by JwtTokenConfig.
Name | Description | |
---|---|---|
![]() | JwtTokenConfig Constructor | create an empty Web Token configuration |
Name | Description | |
---|---|---|
![]() | AccessTokenExpiration | token expiration in minutes, defaults to 8 hours |
![]() | HashMethod | HashMethod used for the token |
![]() | HeaderName | firewall header name that will contain the authentication token used by the firewall |
![]() | RefreshTokenExpiration | refresh rate for token in minutes defaults to 30 minutes |
Name | Description | |
---|---|---|
![]() | TryParse<T,TSender> | implements parsing to cast a type from string to a type |