interface Auth0TokenResponse {
    accessToken: string;
    expiresAt: number;
}

Properties

accessToken: string
expiresAt: number