useFedCM( options?: UseFedCMOptions,): { isSupported: boolean; signIn: (providerId: string) => Promise<null | FedCMCredential>;} Parameters
- options: UseFedCMOptions = {}
Returns {
isSupported: boolean;
signIn: (providerId: string) => Promise<null | FedCMCredential>;
}