ory-am/hydra

View on GitHub
internal/httpclient/model_o_auth2_consent_session.go

Summary

Maintainability
B
5 hrs
Test Coverage

OAuth2ConsentSession has 38 methods (exceeds 20 allowed). Consider refactoring.
Open

type OAuth2ConsentSession struct {
    ConsentRequest           *OAuth2ConsentRequest          `json:"consent_request,omitempty"`
    Context                  interface{}                    `json:"context,omitempty"`
    ExpiresAt                *OAuth2ConsentSessionExpiresAt `json:"expires_at,omitempty"`
    GrantAccessTokenAudience []string                       `json:"grant_access_token_audience,omitempty"`
Severity: Minor
Found in internal/httpclient/model_o_auth2_consent_session.go - About 5 hrs to fix

    There are no issues that match your filters.

    Category
    Status