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