SudoSOS Back-end API / authentication / AuthenticationResponse
Interface: AuthenticationResponse ​
Properties ​
acceptedToS ​
ts
acceptedToS: TermsOfServiceStatus;organs ​
ts
organs: UserResponse[];roles ​
ts
roles: string[];Deprecated ​
Use roles with permissions instead
rolesWithPermissions ​
ts
rolesWithPermissions: RoleResponse[];token ​
ts
token: string;user ​
ts
user: UserResponse;