feat: rp.RefreshAccessToken() now may provide an updated IDToken (#365)
This commit is contained in:
parent
8730a1685e
commit
f0d46593e0
4 changed files with 14 additions and 4 deletions
|
@ -13,7 +13,7 @@ import (
|
|||
|
||||
// jwtProfileTokenSource implement the oauth2.TokenSource
|
||||
// it will request a token using the OAuth2 JWT Profile Grant
|
||||
// therefore sending an `assertion` by singing a JWT with the provided private key
|
||||
// therefore sending an `assertion` by signing a JWT with the provided private key
|
||||
type jwtProfileTokenSource struct {
|
||||
clientID string
|
||||
audience []string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue