github.com/yaegashi/msgraph.go@v0.1.4/beta/ModelImplicit.go (about)

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // ImplicitGrantSettings undocumented
     6  type ImplicitGrantSettings struct {
     7  	// Object is the base model of ImplicitGrantSettings
     8  	Object
     9  	// EnableIDTokenIssuance undocumented
    10  	EnableIDTokenIssuance *bool `json:"enableIdTokenIssuance,omitempty"`
    11  	// EnableAccessTokenIssuance undocumented
    12  	EnableAccessTokenIssuance *bool `json:"enableAccessTokenIssuance,omitempty"`
    13  }