signInMethod property

String signInMethod
final

The authentication sign in method for the credential. For example, 'password', or 'emailLink'. This corresponds to the sign-in method identifier returned in fetchSignInMethodsForEmail.

資格情報の認証サインイン方法。たとえば、「パスワード」や「emailLink」などです。これは、fetchSignInMethodsForEmail で返されるサインイン メソッド識別子に対応します。

Implementation

final String signInMethod;