File

projects/core/src/auth/client-auth/models/client-token.model.ts

Index

Properties

Properties

access_token
access_token: string
Type : string
expires_in
expires_in: number
Type : number
scope
scope: string
Type : string
token_type
token_type: string
Type : string
export interface ClientToken {
  access_token: string;
  token_type: string;
  expires_in: number;
  scope: string;
}

result-matching ""

    No results matching ""