forked from jshiffer/matterbridge
795a8705c3
Documentation on https://github.com/42wim/matterbridge/wiki/MS-Teams-setup
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"`
|
|
}
|