The TokenResponse interface

From Solution Explorer, right-click on the /ClientApp/app/services/ folder and add a token.response.ts TypeScript file with the following content:

interface TokenResponse {
token: string,
expiration: number
}
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.147.85.181