including method in to interface
This commit is contained in:
parent
9924e5efae
commit
f0f0d2e78a
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue