ory-am/hydra

View on GitHub
internal/httpclient/model_accept_o_auth2_consent_request.go

Summary

Maintainability
A
3 hrs
Test Coverage

AcceptOAuth2ConsentRequest has 30 methods (exceeds 20 allowed). Consider refactoring.
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"`
Severity: Minor
Found in internal/httpclient/model_accept_o_auth2_consent_request.go - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status