1 write to UserJwtsFilePath
dotnet-user-jwts (1)
Helpers\JwtStore.cs (1)
21
program?.
UserJwtsFilePath
= _filePath;
2 references to UserJwtsFilePath
Microsoft.AspNetCore.Authentication.JwtBearer.Tools.Tests (2)
UserJwtsTests.cs (2)
862
Assert.NotNull(app.
UserJwtsFilePath
);
863
Assert.Equal(UnixFileMode.UserRead | UnixFileMode.UserWrite, File.GetUnixFileMode(app.
UserJwtsFilePath
));