AuthenticationRequest - ml-archive/keychain GitHub Wiki
public protocol AuthenticationRequest static func authenticationResponse(
for user: User,
on request: Request,
currentDate: Date = Date()
) throws -> AuthenticationResponse<User> typealias User = AccessKeychainConfig.JWTPayload.Userassociatedtype AccessKeychainConfig: KeychainConfigassociatedtype RefreshKeychainConfig: KeychainConfig
where RefreshKeychainConfig.JWTPayload.User == User