Updating the TokenResponse interface

From Solution Explorer, navigate to the /ClientApp/app/interface/ folder, open the token.response.ts file, and add the token_refresh property, as shown:

interface TokenResponse {
token: string,
expiration: number,
refresh_token: string
}

This new property is precisely what we need to store the refresh_token sent by the server.

..................Content has been hidden....................

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