Chartbreaker
    Preparing search index...

    Type Alias BoerseGoAuthInfo

    type BoerseGoAuthInfo = {
        accessToken?: string;
        expiresIn?: number;
        loggedIn?: boolean;
        userInfo?: any;
    }
    Index

    Properties

    accessToken?: string
    expiresIn?: number
    loggedIn?: boolean
    userInfo?: any