File

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

Index

Properties

Properties

access_token
Type : string
expires_in
Type : string
token_type
export class TokenResponse {
    access_token: string;
    token_type: 'Bearer';
    expires_in: string;
}

results matching ""

    No results matching ""