diff --git a/flow/consent_types.go b/flow/consent_types.go index d17c786d68..ea560ba8b9 100644 --- a/flow/consent_types.go +++ b/flow/consent_types.go @@ -688,13 +688,6 @@ func (r *LoginRequest) MarshalJSON() ([]byte, error) { return json.Marshal(alias) } -// Contains information on an device verification -// -// swagger:model verifyUserCodeRequest -type DeviceGrantVerifyUserCodeRequest struct { - UserCode string `json:"user_code"` -} - // Contains information on an ongoing consent request. // // swagger:model oAuth2ConsentRequest