3
0
Files
corteza/auth/saml/idp.go
2021-05-18 08:07:50 +02:00

10 lines
115 B
Go

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