Type alias StateBackedTokenConfig

StateBackedTokenConfig: {
    token: string | (() => Promise<string>);
}

Token configuration to directly provide a State Backed token that the client will use for all requests.

Type declaration

  • token: string | (() => Promise<string>)

    The State Backed token to use or a function returning a promise for that token.

Generated using TypeDoc