PostAuthenticationResponse

@Serializable
data class PostAuthenticationResponse(val authenticated: Boolean? = null, val base64EncodedAuthenticationKey: String? = null, val officeId: Long? = null, val officeName: String? = null, val organisationalRole: EnumOptionData? = null, val permissions: List<String>? = null, val roles: List<RoleData>? = null, val staffDisplayName: String? = null, val staffId: Long? = null, val userId: Long? = null, val username: String? = null)

PostAuthenticationResponse

Parameters

authenticated
base64EncodedAuthenticationKey
officeId
officeName
organisationalRole
permissions
roles
staffDisplayName
staffId
userId
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)

Properties

Link copied to clipboard
val authenticated: Boolean? = null
Link copied to clipboard
val officeId: Long? = null
Link copied to clipboard
val officeName: String? = null
Link copied to clipboard
Link copied to clipboard
val permissions: List<String>? = null
Link copied to clipboard
val roles: List<RoleData>? = null
Link copied to clipboard
Link copied to clipboard
val staffId: Long? = null
Link copied to clipboard
val userId: Long? = null
Link copied to clipboard
val username: String? = null