Post Self Authentication Response
@Serializable
PostSelfAuthenticationResponse
Parameters
authenticated
base64Encoded Authentication Key
clients
is Self Service User
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, clients: List<Int>? = null, isSelfServiceUser: Boolean? = null, officeId: Int? = null, officeName: String? = null, organisationalRole: GetSelfUserDetailsOrganisationalRole? = null, permissions: List<String>? = null, roles: Set<GetSelfUserDetailsRoles>? = null, staffDisplayName: String? = null, staffId: Int? = null, userId: Int? = null, username: String? = null)