mirror of
https://github.com/usememos/memos.git
synced 2025-11-10 01:10:52 +08:00
7 lines
114 B
Go
7 lines
114 B
Go
package idp
|
|
|
|
type IdentityProviderUserInfo struct {
|
|
Identifier string
|
|
DisplayName string
|
|
Email string
|
|
}
|