Merge branch 'backstage:master' into topic/add-is-docs-available

This commit is contained in:
Andre Wanlin
2021-09-26 10:50:46 -05:00
committed by GitHub
6 changed files with 196 additions and 19 deletions
@@ -166,6 +166,7 @@ export class OAuth2AuthProvider implements OAuthHandlers {
accessToken: result.accessToken,
scope: result.params.scope,
expiresInSeconds: result.params.expires_in,
refreshToken: result.refreshToken,
},
profile,
};