Documentation
¶
Overview ¶
Code generated by cmd/entity/gen/gen.go; DO NOT EDIT.
Code generated by cmd/entity/gen/gen.go; DO NOT EDIT.
Code generated by cmd/entity/gen/gen.go; DO NOT EDIT.
Code generated by cmd/entity/gen/gen.go; DO NOT EDIT.
Code generated by cmd/entity/gen/gen.go; DO NOT EDIT.
Index ¶
- type AuthCode
- func (ac *AuthCode) Code() string
- func (ac *AuthCode) CreatedAt() time.Time
- func (ac *AuthCode) ExpireAt() time.Time
- func (ac *AuthCode) ID() typedef.AuthCodeID
- func (ac *AuthCode) ModifiedAt() time.Time
- func (ac *AuthCode) RelyingPartyID() typedef.RelyingPartyID
- func (ac *AuthCode) UsedAt() *time.Time
- func (ac *AuthCode) UserID() typedef.UserID
- type Consent
- type RedirectURI
- type RelyingParty
- type User
- type UserInfo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthCode ¶
type AuthCode struct {
// contains filtered or unexported fields
}
func NewAuthCode ¶
func (*AuthCode) ID ¶
func (ac *AuthCode) ID() typedef.AuthCodeID
func (*AuthCode) ModifiedAt ¶
func (*AuthCode) RelyingPartyID ¶
func (ac *AuthCode) RelyingPartyID() typedef.RelyingPartyID
type RedirectURI ¶
type RedirectURI struct {
// contains filtered or unexported fields
}
func NewRedirectURI ¶
func NewRedirectURI(entity *ent.RedirectURI) *RedirectURI
func (*RedirectURI) CreatedAt ¶
func (ruri *RedirectURI) CreatedAt() time.Time
func (*RedirectURI) ID ¶
func (ruri *RedirectURI) ID() typedef.RedirectURIID
func (*RedirectURI) ModifiedAt ¶
func (ruri *RedirectURI) ModifiedAt() time.Time
func (*RedirectURI) RelyingPartyID ¶
func (ruri *RedirectURI) RelyingPartyID() typedef.RelyingPartyID
func (*RedirectURI) URI ¶
func (ruri *RedirectURI) URI() string
type RelyingParty ¶
type RelyingParty struct {
// contains filtered or unexported fields
}
func NewRelyingParty ¶
func NewRelyingParty(entity *ent.RelyingParty) *RelyingParty
func (*RelyingParty) ClientID ¶
func (rp *RelyingParty) ClientID() typedef.ClientID
func (*RelyingParty) ClientSecret ¶
func (rp *RelyingParty) ClientSecret() string
func (*RelyingParty) CreatedAt ¶
func (rp *RelyingParty) CreatedAt() time.Time
func (*RelyingParty) ID ¶
func (rp *RelyingParty) ID() typedef.RelyingPartyID
func (*RelyingParty) ModifiedAt ¶
func (rp *RelyingParty) ModifiedAt() time.Time
type User ¶
type User struct {
// contains filtered or unexported fields
}
func (*User) ModifiedAt ¶
func (*User) TotpSecret ¶
Click to show internal directories.
Click to hide internal directories.