github.com/yaegashi/msgraph.go@v0.1.4/v1.0/ModelPublic.go (about)

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