mirror of
https://github.com/usememos/memos.git
synced 2024-12-18 08:31:33 +03:00
8 lines
114 B
Go
8 lines
114 B
Go
package idp
|
|
|
|
type IdentityProviderUserInfo struct {
|
|
Identifier string
|
|
DisplayName string
|
|
Email string
|
|
}
|