mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-30 09:41:35 +00:00
14 lines
549 B
Go
14 lines
549 B
Go
|
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||
|
|
||
|
package msgraph
|
||
|
|
||
|
// EducationSynchronizationOAuth2ClientCredentialsConnectionSettings undocumented
|
||
|
type EducationSynchronizationOAuth2ClientCredentialsConnectionSettings struct {
|
||
|
// EducationSynchronizationConnectionSettings is the base model of EducationSynchronizationOAuth2ClientCredentialsConnectionSettings
|
||
|
EducationSynchronizationConnectionSettings
|
||
|
// TokenURL undocumented
|
||
|
TokenURL *string `json:"tokenUrl,omitempty"`
|
||
|
// Scope undocumented
|
||
|
Scope *string `json:"scope,omitempty"`
|
||
|
}
|