OAuthResponse
Home > @backstage/plugin-auth-backend
> OAuthResponse
Warning: This API is now obsolete.
Use
ClientAuthResponse
from@backstage/plugin-auth-node
instead
Signature:
export type OAuthResponse = {
profile: ProfileInfo;
providerInfo: OAuthProviderInfo;
backstageIdentity?: BackstageSignInResult;
};
References: ProfileInfo, OAuthProviderInfo, BackstageSignInResult