Skip to content

Commit

Permalink
fix: rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
nsklikas committed Sep 13, 2024
1 parent 702c45a commit 3f93b96
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions flow/consent_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3f93b96

Please sign in to comment.