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