Backstage
Docs
Github
Preparing search index...
@backstage/plugin-auth-node
ProxyAuthRouteHandlersOptions
Interface ProxyAuthRouteHandlersOptions<TResult>
interface
ProxyAuthRouteHandlersOptions
<
TResult
>
{
authenticator
:
ProxyAuthenticator
<
any
,
TResult
,
unknown
>
;
config
:
Config
;
profileTransform
?:
ProfileTransform
<
TResult
>
;
resolverContext
:
AuthResolverContext
;
signInResolver
:
SignInResolver
<
TResult
>
;
}
Type Parameters
TResult
Index
Properties
authenticator
config
profile
Transform?
resolver
Context
sign
In
Resolver
Properties
authenticator
authenticator
:
ProxyAuthenticator
<
any
,
TResult
,
unknown
>
config
config
:
Config
Optional
profile
Transform
profileTransform
?:
ProfileTransform
<
TResult
>
resolver
Context
resolverContext
:
AuthResolverContext
sign
In
Resolver
signInResolver
:
SignInResolver
<
TResult
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
authenticator
config
profile
Transform
resolver
Context
sign
In
Resolver
Docs
Github
Backstage
Loading...