mirror of
https://github.com/42wim/matterbridge.git
synced 2024-11-25 20:22:03 -08:00
16 lines
441 B
Go
16 lines
441 B
Go
|
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||
|
|
||
|
package msgraph
|
||
|
|
||
|
// OptionalClaims undocumented
|
||
|
type OptionalClaims struct {
|
||
|
// Object is the base model of OptionalClaims
|
||
|
Object
|
||
|
// IDToken undocumented
|
||
|
IDToken []OptionalClaim `json:"idToken,omitempty"`
|
||
|
// AccessToken undocumented
|
||
|
AccessToken []OptionalClaim `json:"accessToken,omitempty"`
|
||
|
// Saml2Token undocumented
|
||
|
Saml2Token []OptionalClaim `json:"saml2Token,omitempty"`
|
||
|
}
|