models

package
v0.1.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 7, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AttributeSetter

type AttributeSetter interface {
	SetEmail(string)
	SetFullName(string)
	SetGivenName(string)
	SetSurname(string)
	SetUserID(string)
	SetUsername(string)
	SetCustomAttribute(name string, friendlyName string, nameFormat string, attributeValue []string)
}

type AuthRequestInt

type AuthRequestInt interface {
	GetID() string
	GetApplicationID() string
	GetRelayState() string
	GetNameID() string
	GetAccessConsumerServiceURL() string
	GetBindingType() string
	GetAuthRequestID() string
	GetCode() string
	GetIssuer() string
	GetIssuerName() string
	GetDestination() string
	GetUserID() string
	GetUserName() string
	Done() bool
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL