internal/httpclient/model_rfc6749_error_json.go
RFC6749ErrorJson
has 22 methods (exceeds 20 allowed). Consider refactoring. Open
Open
type RFC6749ErrorJson struct {
Error *string `json:"error,omitempty"`
ErrorDebug *string `json:"error_debug,omitempty"`
ErrorDescription *string `json:"error_description,omitempty"`
ErrorHint *string `json:"error_hint,omitempty"`