Skip to main content

AuthTokenResponse

type AuthTokenResponse = {
accessToken: string;
expiresIn?: number;
refreshToken?: string;
scope?: string;
tokenType: string;
};

Properties

accessToken

accessToken: string;

expiresIn?

optional expiresIn: number;

refreshToken?

optional refreshToken: string;

scope?

optional scope: string;

tokenType

tokenType: string;