Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthRequest ¶
type Client ¶
type Client struct { ID uuid.UUID Secret string RedirectUris string ApplicationType int32 AuthMethod string ResponseTypes string AccessTokenType int32 DevMode bool IDTokenUserInfoClaimsAssertion bool `sql:"primary_key"` ClockSkew string PostLogoutRedirectURIGlobs string RedirectURIGlobs string UserNamespaceID uuid.UUID GrantTypes string Name string }
type CodeRequestID ¶
type RefreshToken ¶
type User ¶
type User struct { Username string Password string Nickname string GivenName string FamilyName string MiddleName string PreferredUsername string Profile string Picture string Website string Email string EmailVerified bool Gender string Birthdate time.Time Zoneinfo string Locale string PhoneNumber string PhoneNumberVerified bool Address string UpdatedAt time.Time NamespaceID uuid.UUID ID uuid.UUID }
Click to show internal directories.
Click to hide internal directories.