blob: 6bd8a9cecf3b1612fc7d2be6026ff110e7a2d813 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// PublicClientApplication undocumented
type PublicClientApplication struct {
// Object is the base model of PublicClientApplication
Object
// RedirectUris undocumented
RedirectUris []string `json:"redirectUris,omitempty"`
}
|