Skip to main content

OAuthAdapter

Home > @backstage/plugin-auth-backend > OAuthAdapter

Warning: This API is now obsolete.

Use createOAuthRouteHandlers from @backstage/plugin-auth-node instead

Signature:

class OAuthAdapter implements AuthProviderRouteHandlers 

Implements: AuthProviderRouteHandlers

Constructors

ConstructorModifiersDescription
(constructor)(handlers, options)Constructs a new instance of the OAuthAdapter class

Methods

MethodModifiersDescription
frameHandler(req, res)
fromConfig(config, handlers, options)static
logout(req, res)
refresh(req, res)
start(req, res)