File

src/auth/dto/token-response.dto.ts

Index

Properties

Properties

access_token
Type : string
expires_in
Type : number
Optional refresh_token
Type : string
token_type
Type : unknown
export class TokenResponse {
    access_token!: string;
    refresh_token?: string;
    token_type!: "Bearer";
    expires_in!: number;
}

results matching ""

    No results matching ""