feat: Add appID to be unmarshalled in key file

This commit is contained in:
Harsha Reddy 2025-05-14 22:43:22 -04:00 committed by GitHub
parent 668fb0d37a
commit fac56355e3
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) {