OidcAuthResult
Home > @backstage/plugin-auth-backend-module-oidc-provider
> OidcAuthResult
authentication result for the OIDC which includes the token set and user profile response
Signature:
export type OidcAuthResult = {
tokenset: TokenSet;
userinfo: UserinfoResponse;
};