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