Backstage
Docs
Github
Preparing search index...
@backstage/plugin-auth-backend-module-auth0-provider
createAuth0Authenticator
Function createAuth0Authenticator
createAuth0Authenticator
(
options
?:
{
cache
?:
CacheService
}
,
)
:
OAuthAuthenticator
<
{
audience
:
string
|
undefined
;
clientID
:
string
;
connection
:
string
|
undefined
;
connectionScope
:
string
|
undefined
;
domain
:
string
;
federated
:
boolean
;
helper
:
PassportOAuthAuthenticatorHelper
;
strategy
:
Strategy
;
}
,
PassportProfile
,
>
Parameters
Optional
options
:
{
cache
?:
CacheService
}
Returns
OAuthAuthenticator
<
{
audience
:
string
|
undefined
;
clientID
:
string
;
connection
:
string
|
undefined
;
connectionScope
:
string
|
undefined
;
domain
:
string
;
federated
:
boolean
;
helper
:
PassportOAuthAuthenticatorHelper
;
strategy
:
Strategy
;
}
,
PassportProfile
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Docs
Github
Backstage
Loading...