Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

KeychainPayload

siemensikkema edited this page Nov 8, 2021 · 2 revisions

KeychainPayload

public protocol KeychainPayload: JWTPayload 

Inheritance

JWTPayload

Requirements

User

associatedtype User

init(expirationDate:​user:​)

init(expirationDate: Date, user: User) throws

findUser(request:​)

func findUser(request: Request) -> EventLoopFuture<User>