Den is the private cloud vault for your reminders, calendars and to-dos.
at main 6 lines 118 B view raw
1namespace Den.Application.Auth; 2 3public record RefreshResponse( 4 string AccessToken, 5 string TokenType = "Bearer" 6);