This repository was archived by the owner on Apr 20, 2024. It is now read-only.
-
Couldn't load subscription status.
- Fork 3
AuthenticationResponse
siemensikkema edited this page Nov 8, 2021
·
2 revisions
public struct AuthenticationResponse<User> public init(
user: User,
accessToken: String,
refreshToken: String
) public let user: Userpublic let accessToken: Stringpublic let refreshToken: Stringpublic func map<T>(_ transformUser: (User) throws -> T) rethrows -> AuthenticationResponse<T> public func flatMap<T>(
_ transformUser: (User) -> EventLoopFuture<T>
) -> EventLoopFuture<AuthenticationResponse<T>> Generated at 2021-11-08T13:14:45+0000 using swift-doc 1.0.0-rc.1.