@digitalpersona/authentication
Version:
DigitalPersona Authentication API
24 lines (13 loc) • 756 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@digitalpersona/authentication](./authentication.md) > [U2FAuth](./authentication.u2fauth.md) > [isSupported](./authentication.u2fauth.issupported.md)
## U2FAuth.isSupported() method
Checks is the U2F supported on this platform.
<b>Signature:</b>
```typescript
static isSupported(): Promise<boolean>;
```
<b>Returns:</b>
`Promise<boolean>`
a promise to return `true` is the platform supports U2F or `false` otherwise.
## Remarks
To support U2F the user agent must have required API, the web site must use HTTPS, and the DigitalPersona Web Components server must have properly configured U2F AppId for the site.