OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

43 lines
1.3 KiB

// Code generated by ent, DO NOT EDIT.
package predicate
import (
"entgo.io/ent/dialect/sql"
)
// AuthCode is the predicate function for authcode builders.
type AuthCode func(*sql.Selector)
// AuthRequest is the predicate function for authrequest builders.
type AuthRequest func(*sql.Selector)
// AuthSession is the predicate function for authsession builders.
type AuthSession func(*sql.Selector)
// Connector is the predicate function for connector builders.
type Connector func(*sql.Selector)
// DeviceRequest is the predicate function for devicerequest builders.
type DeviceRequest func(*sql.Selector)
// DeviceToken is the predicate function for devicetoken builders.
type DeviceToken func(*sql.Selector)
// Keys is the predicate function for keys builders.
type Keys func(*sql.Selector)
// OAuth2Client is the predicate function for oauth2client builders.
type OAuth2Client func(*sql.Selector)
// OfflineSession is the predicate function for offlinesession builders.
type OfflineSession func(*sql.Selector)
// Password is the predicate function for password builders.
type Password func(*sql.Selector)
// RefreshToken is the predicate function for refreshtoken builders.
type RefreshToken func(*sql.Selector)
// UserIdentity is the predicate function for useridentity builders.
type UserIdentity func(*sql.Selector)