Post Authentication Response
@Serializable
PostAuthenticationResponse
Parameters
authenticated
base64Encoded Authentication Key
office Id
office Name
organisational Role
permissions
roles
staff Display Name
staff Id
user Id
username
Constructors
Link copied to clipboard
constructor(authenticated: Boolean? = null, base64EncodedAuthenticationKey: String? = null, officeId: Long? = null, officeName: String? = null, organisationalRole: EnumOptionData? = null, permissions: List<String>? = null, roles: List<RoleData>? = null, staffDisplayName: String? = null, staffId: Long? = null, userId: Long? = null, username: String? = null)