Files
corteza/server/auth/saml/idp.go
T

10 lines
115 B
Go

package saml
type (
IdpIdentityPayload struct {
Name string
Handle string
Identifier string
}
)