Skip to main content
Version: Next

OAuthAuthenticator

Home > @backstage/plugin-auth-node > OAuthAuthenticator

Signature:

export interface OAuthAuthenticator<TContext, TProfile> 

Properties

PropertyModifiersTypeDescription
defaultProfileTransformProfileTransform<OAuthAuthenticatorResult<TProfile>>
scopes?OAuthAuthenticatorScopeOptions(Optional)
shouldPersistScopes?boolean(Optional)

Methods

MethodDescription
authenticate(input, ctx)
initialize(ctx)
logout(input, ctx)?(Optional)
refresh(input, ctx)
start(input, ctx)