forked from lug/matterbridge
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			435 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			435 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| // Code generated by msgraph.go/gen DO NOT EDIT.
 | |
| 
 | |
| package msgraph
 | |
| 
 | |
| // ImplicitGrantSettings undocumented
 | |
| type ImplicitGrantSettings struct {
 | |
| 	// Object is the base model of ImplicitGrantSettings
 | |
| 	Object
 | |
| 	// EnableIDTokenIssuance undocumented
 | |
| 	EnableIDTokenIssuance *bool `json:"enableIdTokenIssuance,omitempty"`
 | |
| 	// EnableAccessTokenIssuance undocumented
 | |
| 	EnableAccessTokenIssuance *bool `json:"enableAccessTokenIssuance,omitempty"`
 | |
| }
 | 
