Chartbreaker
    Preparing search index...

    Type Alias BoerseGoAuth

    type BoerseGoAuth = {
        refreshSession(): Promise<BoerseGoAuthInfo>;
        token(): Promise<string>;
    }
    Index

    Methods

    • Returns Promise<string>