We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
auth_provider
1 parent 15b8901 commit fa8862cCopy full SHA for fa8862c
pkg/sdk/users.go
@@ -41,6 +41,7 @@ type User struct {
41
Status string `json:"status,omitempty"`
42
Role string `json:"role,omitempty"`
43
ProfilePicture string `json:"profile_picture,omitempty"`
44
+ AuthProvider string `json:"auth_provider,omitempty"`
45
}
46
47
func (sdk mgSDK) CreateUser(ctx context.Context, user User, token string) (User, errors.SDKError) {
0 commit comments