mirror of
https://github.com/aykhans/slash-e.git
synced 2025-04-22 06:32:18 +00:00
8 lines
114 B
Go
8 lines
114 B
Go
package idp
|
|
|
|
type IdentityProviderUserInfo struct {
|
|
Identifier string
|
|
Email string
|
|
DisplayName string
|
|
}
|