We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e1a522 commit 8d22e17Copy full SHA for 8d22e17
events/iot.go
@@ -26,9 +26,9 @@ type IotTlsContext struct {
26
27
// IoTCustomAuthorizerResponse represents the expected format of an IoT device gateway authorization response.
28
type IoTCustomAuthorizerResponse struct {
29
- IsAuthenticated bool `json:"isAuthenticated"`
30
- PrincipalID string `json:"principalId"`
31
- DisconnectAfterInSeconds int32 `json:"disconnectAfterInSeconds"`
32
- RefreshAfterInSeconds int32 `json:"refreshAfterInSeconds"`
33
- PolicyDocuments []string `json:"policyDocuments"`
+ IsAuthenticated bool `json:"isAuthenticated"`
+ PrincipalID string `json:"principalId"`
+ DisconnectAfterInSeconds int32 `json:"disconnectAfterInSeconds"`
+ RefreshAfterInSeconds int32 `json:"refreshAfterInSeconds"`
+ PolicyDocuments []string `json:"policyDocuments"`
34
}
0 commit comments