internal/httpclient/model_o_auth2_consent_session_expires_at.go
OAuth2ConsentSessionExpiresAt
has 22 methods (exceeds 20 allowed). Consider refactoring. Open
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"`