n4auth/node_modules/@azure/msal-common/dist/account/DecodedAuthToken.d.ts

9 lines
201 B
TypeScript
Raw Normal View History

2021-07-15 20:10:20 +00:00
/**
* Interface for Decoded JWT tokens.
*/
export interface DecodedAuthToken {
header: string;
JWSPayload: string;
JWSSig: string;
}
//# sourceMappingURL=DecodedAuthToken.d.ts.map