Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientCorsOrigins ¶
type ClientCorsOrigins struct { g.Meta `orm:"table:client_cors_origins, do:true"` Origin interface{} // ClientId interface{} // Id interface{} // Creator interface{} // CreatorId interface{} // Updator interface{} // UpdatorId interface{} // CreatedAt *gtime.Time // UpdatedAt *gtime.Time // }
ClientCorsOrigins is the golang structure of table client_cors_origins for DAO operations like Where/Data.
type ClientPostLogoutRedirectUris ¶
type ClientPostLogoutRedirectUris struct { g.Meta `orm:"table:client_post_logout_redirect_uris, do:true"` PostLogoutRedirectUri interface{} // ClientId interface{} // Id interface{} // Creator interface{} // CreatorId interface{} // Updator interface{} // UpdatorId interface{} // CreatedAt *gtime.Time // UpdatedAt *gtime.Time // }
ClientPostLogoutRedirectUris is the golang structure of table client_post_logout_redirect_uris for DAO operations like Where/Data.
type ClientSecrets ¶
type ClientSecrets struct { g.Meta `orm:"table:client_secrets, do:true"` Name interface{} // Value interface{} // Expiration *gtime.Time // ClientId interface{} // Id interface{} // Creator interface{} // CreatorId interface{} // Updator interface{} // UpdatorId interface{} // CreatedAt *gtime.Time // UpdatedAt *gtime.Time // }
ClientSecrets is the golang structure of table client_secrets for DAO operations like Where/Data.
type Clients ¶
type Clients struct { g.Meta `orm:"table:clients, do:true"` Enabled interface{} // ClientId interface{} // GrantTypes interface{} // Scopes interface{} // RedirectUris interface{} // ProtocolType interface{} // RequireSecret interface{} // ClientName interface{} // Description interface{} // ClientUri interface{} // LogoUri interface{} // RequireConsent interface{} // AllowRememberConsent interface{} // AlwaysIncludeUserClaimsInIdToken interface{} // RequirePkce interface{} // AllowPlainTextPkce interface{} // AllowAccessTokensViaBrowser interface{} // FrontChannelLogoutUri interface{} // FrontChannelLogoutSessionRequired interface{} // BackChannelLogoutUri interface{} // BackChannelLogoutSessionRequired interface{} // AllowOfflineAccess interface{} // IdentityTokenLifetime interface{} // AccessTokenLifetime interface{} // AuthorizationCodeLifetime interface{} // ConsentLifetime interface{} // AbsoluteRefreshTokenLifetime interface{} // SlidingRefreshTokenLifetime interface{} // RefreshTokenUsage interface{} // UpdateAccessTokenClaimsOnRefresh interface{} // RefreshTokenExpiration interface{} // EnableLocalLogin interface{} // AlwaysSendClientClaims interface{} // ClientClaimsPrefix interface{} // PairWiseSubjectSalt interface{} // UserSsoLifetime interface{} // Claims *gjson.Json // Properties *gjson.Json // Id interface{} // Creator interface{} // CreatorId interface{} // Updator interface{} // UpdatorId interface{} // CreatedAt *gtime.Time // UpdatedAt *gtime.Time // }
Clients is the golang structure of table clients for DAO operations like Where/Data.
type Groups ¶
type Groups struct { g.Meta `orm:"table:groups, do:true"` Id interface{} // Creator interface{} // CreatorId interface{} // Updator interface{} // UpdatorId interface{} // CreatedAt *gtime.Time // UpdatedAt *gtime.Time // Name interface{} // Description interface{} // }
Groups is the golang structure of table groups for DAO operations like Where/Data.
type OrganizationUnits ¶
type OrganizationUnits struct { g.Meta `orm:"table:organization_units, do:true"` Name interface{} // DisplayName interface{} // ParentId interface{} // SortOrder interface{} // Path interface{} // Id interface{} // Creator interface{} // CreatorId interface{} // Updator interface{} // UpdatorId interface{} // CreatedAt *gtime.Time // UpdatedAt *gtime.Time // }
OrganizationUnits is the golang structure of table organization_units for DAO operations like Where/Data.
type OrganizationUnitsEx ¶
type OrganizationUnitsEx struct { OrganizationUnits Children []*OrganizationUnitsEx }
type PersistedGrants ¶
type PersistedGrants struct { g.Meta `orm:"table:persisted_grants, do:true"` Principal interface{} // ClientId interface{} // Scope interface{} // Creator interface{} // CreatorId interface{} // Updator interface{} // UpdatorId interface{} // CreatedAt *gtime.Time // UpdatedAt *gtime.Time // }
PersistedGrants is the golang structure of table persisted_grants for DAO operations like Where/Data.
type Roles ¶
type Roles struct { g.Meta `orm:"table:roles, do:true"` Name interface{} // Description interface{} // Claims *gjson.Json // Id interface{} // Creator interface{} // CreatorId interface{} // Updator interface{} // UpdatorId interface{} // CreatedAt *gtime.Time // UpdatedAt *gtime.Time // }
Roles is the golang structure of table roles for DAO operations like Where/Data.
type Scopes ¶
type Scopes struct { g.Meta `orm:"table:scopes, do:true"` Enabled interface{} // Name interface{} // Description interface{} // Properties *gjson.Json // Id interface{} // Creator interface{} // CreatorId interface{} // Updator interface{} // UpdatorId interface{} // CreatedAt *gtime.Time // UpdatedAt *gtime.Time // }
Scopes is the golang structure of table scopes for DAO operations like Where/Data.
type UserGroups ¶
type UserGroups struct { g.Meta `orm:"table:user_groups, do:true"` UserId interface{} // GroupId interface{} // }
UserGroups is the golang structure of table user_groups for DAO operations like Where/Data.
type UserLogins ¶
type UserLogins struct { g.Meta `orm:"table:user_logins, do:true"` LoginProvider interface{} // ProviderKey interface{} // ProviderDisplayName interface{} // UserId interface{} // Creator interface{} // CreatorId interface{} // Updator interface{} // UpdatorId interface{} // CreatedAt *gtime.Time // UpdatedAt *gtime.Time // }
UserLogins is the golang structure of table user_logins for DAO operations like Where/Data.
type UserRoles ¶
type UserRoles struct { g.Meta `orm:"table:user_roles, do:true"` UserId interface{} // RoleId interface{} // }
UserRoles is the golang structure of table user_roles for DAO operations like Where/Data.
type UserTokens ¶
type UserTokens struct { g.Meta `orm:"table:user_tokens, do:true"` LoginProvider interface{} // Name interface{} // Value interface{} // Creator interface{} // CreatorId interface{} // Updator interface{} // UpdatorId interface{} // CreatedAt *gtime.Time // UpdatedAt *gtime.Time // }
UserTokens is the golang structure of table user_tokens for DAO operations like Where/Data.
type Users ¶
type Users struct { g.Meta `orm:"table:users, do:true"` OuId interface{} // Ou interface{} // UserName interface{} // DisplayName interface{} // Email interface{} // EmailConfirmed interface{} // PasswordHash interface{} // PhoneNumber interface{} // PhoneNumberConfirmed interface{} // TwoFactorEnabled interface{} // IsTemporaryPassword interface{} // LockoutEnd *gtime.Time // LockoutEnabled interface{} // AccessFailedCount interface{} // Claims *gjson.Json // Id interface{} // Creator interface{} // CreatorId interface{} // Updator interface{} // UpdatorId interface{} // CreatedAt *gtime.Time // UpdatedAt *gtime.Time // }
Users is the golang structure of table users for DAO operations like Where/Data.