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
KeychainConfig
siemensikkema edited this page Nov 8, 2021
·
2 revisions
public protocol KeychainConfig
public static var authenticator: some JWTAuthenticator
public static func makeToken(
for user: JWTPayload.User,
on request: Request,
currentDate: Date = Date()
) throws -> String
public func makeToken(
for user: JWTPayload.User,
on request: Request,
currentDate: Date = Date()
) throws -> String
public static func makeToken(
on request: Request,
currentDate: Date = Date()
) throws -> String
public func makeToken(
on request: Request,
currentDate: Date = Date()
) throws -> String
associatedtype JWTPayload: KeychainPayload
static var jwkIdentifier: JWKIdentifier
var expirationTimeInterval: TimeInterval
Generated at 2021-11-08T13:14:45+0000 using swift-doc 1.0.0-rc.1.