refactoring
This commit is contained in:
parent
542ec6ed7b
commit
d7ed59db2b
3 changed files with 18 additions and 23 deletions
|
@ -1,5 +1,7 @@
|
|||
package oidc
|
||||
|
||||
//EndSessionRequest for the RP-Initiated Logout according to:
|
||||
//https://openid.net/specs/openid-connect-rpinitiated-1_0.html#RPLogout
|
||||
type EndSessionRequest struct {
|
||||
IdTokenHint string `schema:"id_token_hint"`
|
||||
PostLogoutRedirectURI string `schema:"post_logout_redirect_uri"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue