File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 66
77/**
88 * @method static \Illuminate\Database\Eloquent\Model create(\Illuminate\Contracts\Auth\Authenticatable $user, string $keyName, \Webauthn\PublicKeyCredentialSource $publicKeyCredentialSource)
9- * @method static void login(\Illuminate\Contracts\Auth\Authenticatable $user)
9+ * @method static void login(? \Illuminate\Contracts\Auth\Authenticatable $user)
1010 * @method static void logout()
1111 * @method static bool check()
12- * @method static \LaravelWebauthn\Services\Webauthn\PublicKeyCredentialRequestOptions prepareAssertion(\Illuminate\Contracts\Auth\Authenticatable $user)
12+ * @method static \LaravelWebauthn\Services\Webauthn\PublicKeyCredentialRequestOptions prepareAssertion(? \Illuminate\Contracts\Auth\Authenticatable $user)
1313 * @method static bool validateAssertion(\Illuminate\Contracts\Auth\Authenticatable $user, array $data)
1414 * @method static \LaravelWebauthn\Services\Webauthn\PublicKeyCredentialCreationOptions prepareAttestation(\Illuminate\Contracts\Auth\Authenticatable $user)
1515 * @method static \Illuminate\Database\Eloquent\Model validateAttestation(\Illuminate\Contracts\Auth\Authenticatable $user, array $data, string $keyName)
You can’t perform that action at this time.
0 commit comments