Variable tokens_plus_infoConst

tokens_plus_info: TObject<
    {
        access_token: TString;
        access_token_expires_in: TNumber;
        client_id: TString;
        issuer: TString;
        jti: TString;
        kid: TString;
        me: TString;
        redirect_uri: TString;
        refresh_token: TString;
        refresh_token_expires_at: TNumber;
        scope: TString;
    },
> = ...