BaseAuth
Members
endpoint : string
endpoint : stringMethods
constructor(application, endpoint?)
constructor(application, endpoint?)// the constructor is called inside of the createAuth method of `Application`
import { BackendAuth } from "@vulos/identity-node-sdk"
const auth = applicaion.createAuth(BackendAuth)async connect()
async connect()createVerifier()
createVerifier()async createAuthUrl(authVerifier)
async createAuthUrl(authVerifier)async processCallback(authVerifier, params)
async processCallback(authVerifier, params)async getUserInfo(accessToken)
async getUserInfo(accessToken)async refreshTokens(refreshToken)
async refreshTokens(refreshToken)Last updated