Skip to main content

@wildix/auth-utils > XbsAnonymousTokenProvider

XbsAnonymousTokenProvider class

Signature:

export declare class XbsAnonymousTokenProvider implements TokenProvider

Implements: TokenProvider

Constructors

Constructor

Modifiers

Description

(constructor)(options)

Constructs a new instance of the XbsAnonymousTokenProvider class

Properties

Property

Modifiers

Type

Description

bootstrap

XbsAnonymousBootstrap

cachedToken

string | undefined

cachedTokenTtl

number | undefined

challengeAnswer

string

client

CognitoIdentityProviderClient

clientId

XbsClients

env

XbsTokenEnv

name

string

password

string

syntheticEmail

string | undefined

Methods

Method

Modifiers

Description

token()