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