diff --git a/pkg/client/key.go b/pkg/client/key.go index 7f38311..508c841 100644 --- a/pkg/client/key.go +++ b/pkg/client/key.go @@ -21,6 +21,7 @@ type KeyFile struct { // application ClientID string `json:"clientId"` + AppID string `json:"appId"` } func ConfigFromKeyFile(path string) (*KeyFile, error) {