Typescript SDK Type Docs
    Preparing search index...

    Type Alias TokenCache

    type TokenCache = {
        get: (tokenCacheOptions?: TokenCacheOptions) => TokenStore;
        set: (cache: TokenStore, tokenCacheOptions?: TokenCacheOptions) => void;
    }
    Index

    Properties

    Properties

    get: (tokenCacheOptions?: TokenCacheOptions) => TokenStore
    set: (cache: TokenStore, tokenCacheOptions?: TokenCacheOptions) => void