ory-am/hydra

View on GitHub
internal/httpclient/model_o_auth2_consent_session_expires_at.go

Summary

Maintainability
A
2 hrs
Test Coverage

OAuth2ConsentSessionExpiresAt has 22 methods (exceeds 20 allowed). Consider refactoring.
Open

type OAuth2ConsentSessionExpiresAt struct {
    AccessToken   *time.Time `json:"access_token,omitempty"`
    AuthorizeCode *time.Time `json:"authorize_code,omitempty"`
    IdToken       *time.Time `json:"id_token,omitempty"`
    ParContext    *time.Time `json:"par_context,omitempty"`
Severity: Minor
Found in internal/httpclient/model_o_auth2_consent_session_expires_at.go - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status