Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AuthDriver ¶
type AuthDriver struct {
// contains filtered or unexported fields
}
func (AuthDriver) GetDriver ¶ added in v0.53.0
func (d AuthDriver) GetDriver() sdk.Driver
func (AuthDriver) GetManifest ¶
func (d AuthDriver) GetManifest() sdk.AuthDriverManifest
func (AuthDriver) GetSessionDuration ¶
func (d AuthDriver) GetSessionDuration() time.Duration
func (AuthDriver) GetUserInfo ¶
func (d AuthDriver) GetUserInfo(ctx context.Context, req sdk.AuthConsumerSigninRequest) (sdk.AuthDriverUserInfo, error)
Click to show internal directories.
Click to hide internal directories.