Type alias UserSessionMetaType

UserSessionMetaType: {
    expires: number;
    from_cache?: boolean;
    realm: string;
    successUrl: string;
    tokenId: string;
}

Type declaration

  • expires: number
  • Optional from_cache?: boolean
  • realm: string
  • successUrl: string
  • tokenId: string