internal/httpclient/model_o_auth2_login_request.go
OAuth2LoginRequest
has 34 methods (exceeds 20 allowed). Consider refactoring. Open
Open
type OAuth2LoginRequest struct {
// ID is the identifier (\"login challenge\") of the login request. It is used to identify the session.
Challenge string `json:"challenge"`
Client OAuth2Client `json:"client"`
OidcContext *OAuth2ConsentRequestOpenIDConnectContext `json:"oidc_context,omitempty"`
Function NewOAuth2LoginRequest
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
func NewOAuth2LoginRequest(challenge string, client OAuth2Client, requestUrl string, skip bool, subject string) *OAuth2LoginRequest {