This commit is contained in:
Harsha Reddy 2025-06-18 16:28:09 +03:00 committed by GitHub
commit eb3962e6d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,6 +21,7 @@ type KeyFile struct {
// application
ClientID string `json:"clientId"`
AppID string `json:"appId"`
}
func ConfigFromKeyFile(path string) (*KeyFile, error) {