including method in to interface

This commit is contained in:
Jederson Zuchi 2022-05-10 21:42:42 -03:00
parent 9924e5efae
commit f0f0d2e78a

View file

@ -50,6 +50,9 @@ type RelyingParty interface {
//Signer is used if the relaying party uses the JWT Profile
Signer() jose.Signer
//GetEndSessionEndpoint returns the endpoint to sign out on a IDP
GetEndSessionEndpoint() string
//UserinfoEndpoint returns the userinfo
UserinfoEndpoint() string