ProfileInfoApi
Home > @backstage/core-plugin-api
> ProfileInfoApi
This API provides access to profile information of the user from an auth provider.
Signature:
export type ProfileInfoApi = {
getProfile(options?: AuthRequestOptions): Promise<ProfileInfo | undefined>;
};
References: AuthRequestOptions, ProfileInfo