Home Reference Source
import {AuthJWTToken} from '~/models/Auth.js'
public class | source

AuthJWTToken

Implements:

Manages data for a login authorization instance

Constructor Summary

Public Constructor
public

constructor(jwt: string, profile: AuthProfile, options: Object)

Member Summary

Public Members
public get

Public Constructors

public constructor(jwt: string, profile: AuthProfile, options: Object) source

Params:

NameTypeAttributeDescription
jwt string

Base-64 JWT representing a OpenID auth JSON.

profile AuthProfile

Profile information

options Object

auth options

Public Members

public get json source