ory-am/hydra

View on GitHub
internal/httpclient/model_o_auth2_client_token_lifespans.go

Summary

Maintainability
B
5 hrs
Test Coverage

OAuth2ClientTokenLifespans has 42 methods (exceeds 20 allowed). Consider refactoring.
Open

type OAuth2ClientTokenLifespans struct {
    // Specify a time duration in milliseconds, seconds, minutes, hours.
    AuthorizationCodeGrantAccessTokenLifespan *string `json:"authorization_code_grant_access_token_lifespan,omitempty"`
    // Specify a time duration in milliseconds, seconds, minutes, hours.
    AuthorizationCodeGrantIdTokenLifespan *string `json:"authorization_code_grant_id_token_lifespan,omitempty"`
Severity: Minor
Found in internal/httpclient/model_o_auth2_client_token_lifespans.go - About 5 hrs to fix

    There are no issues that match your filters.

    Category
    Status