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 {
2626
2727// IoTCustomAuthorizerResponse represents the expected format of an IoT device gateway authorization response.
2828type 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"`
3434}
You can’t perform that action at this time.
0 commit comments