Documentation ¶
Overview ¶
Entities created in this files are exclusive from keycloak e2e
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserRepresentation ¶
type UserRepresentation struct { Username string `json:"username"` Email string `json:"email"` EmailVerified bool `json:"emailVerified"` Enabled bool `json:"enabled"` }
func (*UserRepresentation) ToBytes ¶
func (u *UserRepresentation) ToBytes() []byte
type UserRepresentationCredentials ¶
type UserRepresentationCredentials struct { Temporary bool `json:"temporary"` Type string `json:"type"` Value string `json:"value"` }
func (*UserRepresentationCredentials) ToBytes ¶
func (u *UserRepresentationCredentials) ToBytes() []byte
Click to show internal directories.
Click to hide internal directories.