Skip to main content
function SignInAuthMethodButtons(props: SignInAuthMethodButtonsProps): null | Element;
The AuthMethodButtons component.

Parameters

ParameterTypeDescription
propsSignInAuthMethodButtonsPropsThe props for the AuthMethodButtons component.

Returns

null | Element The AuthMethodButtons component.
I