mirror of
https://github.com/42wim/matterbridge.git
synced 2025-02-17 11:09:02 -08: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"`
|
|
}
|