This repository has been archived by the owner on Apr 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
AuthenticationRequest
siemensikkema edited this page Nov 8, 2021
·
2 revisions
public protocol AuthenticationRequest
static func authenticationResponse(
for user: User,
on request: Request,
currentDate: Date = Date()
) throws -> AuthenticationResponse<User>
typealias User = AccessKeychainConfig.JWTPayload.User
associatedtype AccessKeychainConfig: KeychainConfig
associatedtype RefreshKeychainConfig: KeychainConfig
where RefreshKeychainConfig.JWTPayload.User == User
Generated at 2021-11-08T13:14:45+0000 using swift-doc 1.0.0-rc.1.