OAuthRouteHandlersOptions
Home > @backstage/plugin-auth-node
> OAuthRouteHandlersOptions
Signature:
export interface OAuthRouteHandlersOptions<TProfile>
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
string[] |
(Optional) | ||
string | |||
OAuthAuthenticator<any, TProfile> | |||
string | |||
(Optional) | |||
(origin: string) => boolean | |||
ProfileTransform<OAuthAuthenticatorResult<TProfile>> |
(Optional) | ||
string | |||
SignInResolver<OAuthAuthenticatorResult<TProfile>> |
(Optional) | ||
(Optional) |