@edgible-team/sdk
    Preparing search index...

    Interface RefreshedTokens

    /auth/refresh does not rotate the refresh token (RefreshTokenResponse).

    interface RefreshedTokens {
        accessToken: string;
        idToken: string;
    }
    Index

    Properties

    Properties

    accessToken: string
    idToken: string