Interface representing a Lemon refresh token.

interface LemonRefreshToken {
    accountId: string;
    authId: string;
    credential: LemonCredentials;
    identityId: string;
}

Properties

accountId: string

The account ID associated with the refresh token.

authId: string

The authentication ID associated with the refresh token.

credential: LemonCredentials

The credentials associated with the refresh token.

identityId: string

The identity ID associated with the refresh token.