fix: No token refresh or revocation mechanism~
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
public record RefreshResponse(
|
||||
string AccessToken,
|
||||
string RefreshToken,
|
||||
DateTimeOffset ExpiresAt);
|
||||
Reference in New Issue
Block a user