Backstage
Docs
Github
Preparing search index...
@backstage/plugin-auth-node
OAuthRouteHandlersOptions
Interface OAuthRouteHandlersOptions<TProfile>
interface
OAuthRouteHandlersOptions
<
TProfile
>
{
additionalScopes
?:
string
[]
;
appUrl
:
string
;
authenticator
:
OAuthAuthenticator
<
any
,
TProfile
>
;
baseUrl
:
string
;
config
:
Config
;
cookieConfigurer
?:
CookieConfigurer
;
isOriginAllowed
:
(
origin
:
string
)
=>
boolean
;
profileTransform
?:
ProfileTransform
<
OAuthAuthenticatorResult
<
TProfile
>
>
;
providerId
:
string
;
resolverContext
:
AuthResolverContext
;
signInResolver
?:
SignInResolver
<
OAuthAuthenticatorResult
<
TProfile
>
>
;
stateTransform
?:
OAuthStateTransform
;
}
Type Parameters
TProfile
Index
Properties
additional
Scopes?
app
Url
authenticator
base
Url
config
cookie
Configurer?
is
Origin
Allowed
profile
Transform?
provider
Id
resolver
Context
sign
In
Resolver?
state
Transform?
Properties
Optional
additional
Scopes
additionalScopes
?:
string
[]
app
Url
appUrl
:
string
authenticator
authenticator
:
OAuthAuthenticator
<
any
,
TProfile
>
base
Url
baseUrl
:
string
config
config
:
Config
Optional
cookie
Configurer
cookieConfigurer
?:
CookieConfigurer
is
Origin
Allowed
isOriginAllowed
:
(
origin
:
string
)
=>
boolean
Optional
profile
Transform
profileTransform
?:
ProfileTransform
<
OAuthAuthenticatorResult
<
TProfile
>
>
provider
Id
providerId
:
string
resolver
Context
resolverContext
:
AuthResolverContext
Optional
sign
In
Resolver
signInResolver
?:
SignInResolver
<
OAuthAuthenticatorResult
<
TProfile
>
>
Optional
state
Transform
stateTransform
?:
OAuthStateTransform
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
additional
Scopes
app
Url
authenticator
base
Url
config
cookie
Configurer
is
Origin
Allowed
profile
Transform
provider
Id
resolver
Context
sign
In
Resolver
state
Transform
Docs
Github
Backstage
Loading...