add check_session_iframe
This commit is contained in:
parent
74218769cb
commit
689d6ed675
4 changed files with 20 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue