File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -26,9 +26,9 @@ type IotTlsContext struct {
26
26
27
27
// IoTCustomAuthorizerResponse represents the expected format of an IoT device gateway authorization response.
28
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"`
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"`
34
34
}
You can’t perform that action at this time.
0 commit comments