Skip to main content
Version: Next

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

Constructor

Modifiers

Description

(constructor)(handlers, options)

Constructs a new instance of the OAuthAdapter class

Methods

Method

Modifiers

Description

frameHandler(req, res)

fromConfig(config, handlers, options)

static

logout(req, res)

refresh(req, res)

start(req, res)