1 instantiation of JwtCreatorOptions
dotnet-user-jwts (1)
Commands\CreateCommand.cs (1)
230
new
JwtCreatorOptions
(scheme, name, audience, issuer, notBefore, expiresOn, roles, scopes, claims),
3 references to JwtCreatorOptions
dotnet-user-jwts (3)
Commands\CreateCommand.cs (2)
107
private static (
JwtCreatorOptions
, bool, string, string) ValidateArguments(
243
JwtCreatorOptions
options,
Helpers\JwtIssuer.cs (1)
25
public JwtSecurityToken Create(
JwtCreatorOptions
options)