Skip to main content

OAuthRouteHandlersOptions

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

Signature:

export interface OAuthRouteHandlersOptions<TProfile> 

Properties

PropertyModifiersTypeDescription
appUrlstring
authenticatorOAuthAuthenticator<any, TProfile>
baseUrlstring
configConfig
cookieConfigurer?CookieConfigurer(Optional)
isOriginAllowed(origin: string) => boolean
profileTransform?ProfileTransform<OAuthAuthenticatorResult<TProfile>>(Optional)
providerIdstring
resolverContextAuthResolverContext
signInResolver?SignInResolver<OAuthAuthenticatorResult<TProfile>>(Optional)
stateTransform?OAuthStateTransform(Optional)