add check_session_iframe

This commit is contained in:
minami.yoshihiko 2025-02-23 15:24:59 +09:00
parent 74218769cb
commit 689d6ed675
4 changed files with 20 additions and 0 deletions

View file

@ -30,6 +30,7 @@ type Configuration interface {
EndSessionEndpoint() *Endpoint
KeysEndpoint() *Endpoint
DeviceAuthorizationEndpoint() *Endpoint
CheckSessionIframe() *Endpoint
AuthMethodPostSupported() bool
CodeMethodS256Supported() bool