fix: use default redirect uri when not passed
This commit is contained in:
parent
faca98d28d
commit
f974fbaa7b
3 changed files with 44 additions and 26 deletions
|
@ -51,6 +51,6 @@ type StorageNotFoundError interface {
|
|||
|
||||
type EndSessionRequest struct {
|
||||
UserID string
|
||||
Client Client
|
||||
ClientID string
|
||||
RedirectURI string
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue