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

@ -339,6 +339,10 @@ func (o *Provider) DeviceAuthorizationEndpoint() *Endpoint {
return o.endpoints.DeviceAuthorization
}
func (o *Provider) CheckSessionIframe() *Endpoint {
return o.endpoints.CheckSessionIframe
}
func (o *Provider) KeysEndpoint() *Endpoint {
return o.endpoints.JwksURI
}