interface RefreshResult {
    accessToken: string;
    accessTokenExpiresAt: string;
}

Properties

accessToken: string
accessTokenExpiresAt: string