3
0
Files
corteza/server/auth/saml/idp.go
Corteza Monorepo Migrator 683c7c56e2 Moving server files to ./server
2022-11-14 09:26:39 +01:00

10 lines
115 B
Go

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