internal/httpclient/model_accept_o_auth2_consent_request.go
AcceptOAuth2ConsentRequest
has 30 methods (exceeds 20 allowed). Consider refactoring. Open
Open
type AcceptOAuth2ConsentRequest struct {
Context interface{} `json:"context,omitempty"`
GrantAccessTokenAudience []string `json:"grant_access_token_audience,omitempty"`
GrantScope []string `json:"grant_scope,omitempty"`
HandledAt *time.Time `json:"handled_at,omitempty"`