AuthorizationSessionIntrospectResultDto constructor
AuthorizationSessionIntrospectResultDto({})
Implementation
AuthorizationSessionIntrospectResultDto({
this.sessionId,
this.category,
this.personId,
this.email,
this.name,
this.relations,
this.lastLogin,
this.expire,
});