Sign in
eclipse
/
openk-usermodules
/
org.eclipse.openk-usermodules.elogbookFE
/
ec93ded2fcfdd45773ea60b980668482f1ffb4f4
/
.
/
src
/
app
/
model
/
jwt-payload.ts
blob: c66c3d544195996403bce86c976a9ed293c6eba1 [
file
]
/* Model for the contents of the accessToken, decoded and parsed. It is not completed,
only the properties actually used are defined. To be completed if needed. */
export
class
JwtPayload
{
name
:
string
;
}