n4auth/node_modules/@azure/msal-common/dist/account/DecodedAuthToken.d.ts
2021-07-15 23:10:20 +03:00

9 lines
201 B
TypeScript

/**
* Interface for Decoded JWT tokens.
*/
export interface DecodedAuthToken {
header: string;
JWSPayload: string;
JWSSig: string;
}
//# sourceMappingURL=DecodedAuthToken.d.ts.map