UNPKG

@bitblit/ratchet-warden-common

Version:

Typescript library to simplify using simplewebauthn and secondary auth methods over GraphQL

7 lines (6 loc) 216 B
import { WardenJwtToken } from '../../common/model/warden-jwt-token.js'; export interface WardenLoggedInUserWrapper<T> { userObject: WardenJwtToken<T>; jwtToken: string; expirationEpochSeconds: number; }