OAuthHandlers
Home > @backstage/plugin-auth-backend
> OAuthHandlers
Warning: This API is now obsolete.
Use
createOAuthRouteHandlers
from@backstage/plugin-auth-node
instead
Signature:
export interface OAuthHandlers
Methods
Method |
Description |
---|---|
Handle the redirect from the auth provider when the user has signed in. | |
(Optional) (Optional) Sign out of the auth provider. | |
(Optional) (Optional) Given a refresh token and scope fetches a new access token from the auth provider. | |
Initiate a sign in request with an auth provider. |