![]() |
API documentation
2.0rc1
|
#include <clientlib.h>
Inherits client::Object.
Public Member Functions | |
Promise * | getAssertion (Int8Array *assertionChallenge) |
Promise * | getAssertion (Int8Array *assertionChallenge, AssertionOptions *options) |
Promise * | getAssertion (Int16Array *assertionChallenge) |
Promise * | getAssertion (Int16Array *assertionChallenge, AssertionOptions *options) |
Promise * | getAssertion (Int32Array *assertionChallenge) |
Promise * | getAssertion (Int32Array *assertionChallenge, AssertionOptions *options) |
Promise * | getAssertion (Uint8Array *assertionChallenge) |
Promise * | getAssertion (Uint8Array *assertionChallenge, AssertionOptions *options) |
Promise * | getAssertion (Uint16Array *assertionChallenge) |
Promise * | getAssertion (Uint16Array *assertionChallenge, AssertionOptions *options) |
Promise * | getAssertion (Uint32Array *assertionChallenge) |
Promise * | getAssertion (Uint32Array *assertionChallenge, AssertionOptions *options) |
Promise * | getAssertion (Uint8ClampedArray *assertionChallenge) |
Promise * | getAssertion (Uint8ClampedArray *assertionChallenge, AssertionOptions *options) |
Promise * | getAssertion (Float32Array *assertionChallenge) |
Promise * | getAssertion (Float32Array *assertionChallenge, AssertionOptions *options) |
Promise * | getAssertion (Float64Array *assertionChallenge) |
Promise * | getAssertion (Float64Array *assertionChallenge, AssertionOptions *options) |
Promise * | getAssertion (DataView *assertionChallenge) |
Promise * | getAssertion (DataView *assertionChallenge, AssertionOptions *options) |
Promise * | getAssertion (ArrayBuffer *assertionChallenge) |
Promise * | getAssertion (ArrayBuffer *assertionChallenge, AssertionOptions *options) |
Promise * | makeCredential (Account *accountInformation, Array *cryptoParameters, Int8Array *attestationChallenge) |
Promise * | makeCredential (Account *accountInformation, Array *cryptoParameters, Int8Array *attestationChallenge, ScopedCredentialOptions *options) |
Promise * | makeCredential (Account *accountInformation, Array *cryptoParameters, Int16Array *attestationChallenge) |
Promise * | makeCredential (Account *accountInformation, Array *cryptoParameters, Int16Array *attestationChallenge, ScopedCredentialOptions *options) |
Promise * | makeCredential (Account *accountInformation, Array *cryptoParameters, Int32Array *attestationChallenge) |
Promise * | makeCredential (Account *accountInformation, Array *cryptoParameters, Int32Array *attestationChallenge, ScopedCredentialOptions *options) |
Promise * | makeCredential (Account *accountInformation, Array *cryptoParameters, Uint8Array *attestationChallenge) |
Promise * | makeCredential (Account *accountInformation, Array *cryptoParameters, Uint8Array *attestationChallenge, ScopedCredentialOptions *options) |
Promise * | makeCredential (Account *accountInformation, Array *cryptoParameters, Uint16Array *attestationChallenge) |
Promise * | makeCredential (Account *accountInformation, Array *cryptoParameters, Uint16Array *attestationChallenge, ScopedCredentialOptions *options) |
Promise * | makeCredential (Account *accountInformation, Array *cryptoParameters, Uint32Array *attestationChallenge) |
Promise * | makeCredential (Account *accountInformation, Array *cryptoParameters, Uint32Array *attestationChallenge, ScopedCredentialOptions *options) |
Promise * | makeCredential (Account *accountInformation, Array *cryptoParameters, Uint8ClampedArray *attestationChallenge) |
Promise * | makeCredential (Account *accountInformation, Array *cryptoParameters, Uint8ClampedArray *attestationChallenge, ScopedCredentialOptions *options) |
Promise * | makeCredential (Account *accountInformation, Array *cryptoParameters, Float32Array *attestationChallenge) |
Promise * | makeCredential (Account *accountInformation, Array *cryptoParameters, Float32Array *attestationChallenge, ScopedCredentialOptions *options) |
Promise * | makeCredential (Account *accountInformation, Array *cryptoParameters, Float64Array *attestationChallenge) |
Promise * | makeCredential (Account *accountInformation, Array *cryptoParameters, Float64Array *attestationChallenge, ScopedCredentialOptions *options) |
Promise * | makeCredential (Account *accountInformation, Array *cryptoParameters, DataView *attestationChallenge) |
Promise * | makeCredential (Account *accountInformation, Array *cryptoParameters, DataView *attestationChallenge, ScopedCredentialOptions *options) |
Promise * | makeCredential (Account *accountInformation, Array *cryptoParameters, ArrayBuffer *attestationChallenge) |
Promise * | makeCredential (Account *accountInformation, Array *cryptoParameters, ArrayBuffer *attestationChallenge, ScopedCredentialOptions *options) |
WebAuthentication * | get_prototype () |
void | set_prototype (WebAuthentication *) |
WebAuthentication () | |
![]() | |
Object () | |
template<typename T > | |
T | valueOf () |
operator double () const | |
Object * | operator[] (const client::String &name) const |
void | set_ (const client::String &name, Object *v) |
template<typename T , typename = typename std::enable_if<std::is_arithmetic<T>::value, T>::type> | |
void | set_ (const client::String &name, T v) |
bool | hasOwnProperty (const client::String &name) |
client::WebAuthentication::WebAuthentication | ( | ) |
WebAuthentication* client::WebAuthentication::get_prototype | ( | ) |
Promise* client::WebAuthentication::getAssertion | ( | Int8Array * | assertionChallenge, |
AssertionOptions * | options | ||
) |
Promise* client::WebAuthentication::getAssertion | ( | Int16Array * | assertionChallenge | ) |
Promise* client::WebAuthentication::getAssertion | ( | Int16Array * | assertionChallenge, |
AssertionOptions * | options | ||
) |
Promise* client::WebAuthentication::getAssertion | ( | Int32Array * | assertionChallenge | ) |
Promise* client::WebAuthentication::getAssertion | ( | Int32Array * | assertionChallenge, |
AssertionOptions * | options | ||
) |
Promise* client::WebAuthentication::getAssertion | ( | Uint8Array * | assertionChallenge | ) |
Promise* client::WebAuthentication::getAssertion | ( | Uint8Array * | assertionChallenge, |
AssertionOptions * | options | ||
) |
Promise* client::WebAuthentication::getAssertion | ( | Uint16Array * | assertionChallenge | ) |
Promise* client::WebAuthentication::getAssertion | ( | Uint16Array * | assertionChallenge, |
AssertionOptions * | options | ||
) |
Promise* client::WebAuthentication::getAssertion | ( | Uint32Array * | assertionChallenge | ) |
Promise* client::WebAuthentication::getAssertion | ( | Uint32Array * | assertionChallenge, |
AssertionOptions * | options | ||
) |
Promise* client::WebAuthentication::getAssertion | ( | Uint8ClampedArray * | assertionChallenge | ) |
Promise* client::WebAuthentication::getAssertion | ( | Uint8ClampedArray * | assertionChallenge, |
AssertionOptions * | options | ||
) |
Promise* client::WebAuthentication::getAssertion | ( | Float32Array * | assertionChallenge | ) |
Promise* client::WebAuthentication::getAssertion | ( | Float32Array * | assertionChallenge, |
AssertionOptions * | options | ||
) |
Promise* client::WebAuthentication::getAssertion | ( | Float64Array * | assertionChallenge | ) |
Promise* client::WebAuthentication::getAssertion | ( | Float64Array * | assertionChallenge, |
AssertionOptions * | options | ||
) |
Promise* client::WebAuthentication::getAssertion | ( | DataView * | assertionChallenge, |
AssertionOptions * | options | ||
) |
Promise* client::WebAuthentication::getAssertion | ( | ArrayBuffer * | assertionChallenge | ) |
Promise* client::WebAuthentication::getAssertion | ( | ArrayBuffer * | assertionChallenge, |
AssertionOptions * | options | ||
) |
Promise* client::WebAuthentication::makeCredential | ( | Account * | accountInformation, |
Array * | cryptoParameters, | ||
Int8Array * | attestationChallenge | ||
) |
Promise* client::WebAuthentication::makeCredential | ( | Account * | accountInformation, |
Array * | cryptoParameters, | ||
Int8Array * | attestationChallenge, | ||
ScopedCredentialOptions * | options | ||
) |
Promise* client::WebAuthentication::makeCredential | ( | Account * | accountInformation, |
Array * | cryptoParameters, | ||
Int16Array * | attestationChallenge | ||
) |
Promise* client::WebAuthentication::makeCredential | ( | Account * | accountInformation, |
Array * | cryptoParameters, | ||
Int16Array * | attestationChallenge, | ||
ScopedCredentialOptions * | options | ||
) |
Promise* client::WebAuthentication::makeCredential | ( | Account * | accountInformation, |
Array * | cryptoParameters, | ||
Int32Array * | attestationChallenge | ||
) |
Promise* client::WebAuthentication::makeCredential | ( | Account * | accountInformation, |
Array * | cryptoParameters, | ||
Int32Array * | attestationChallenge, | ||
ScopedCredentialOptions * | options | ||
) |
Promise* client::WebAuthentication::makeCredential | ( | Account * | accountInformation, |
Array * | cryptoParameters, | ||
Uint8Array * | attestationChallenge | ||
) |
Promise* client::WebAuthentication::makeCredential | ( | Account * | accountInformation, |
Array * | cryptoParameters, | ||
Uint8Array * | attestationChallenge, | ||
ScopedCredentialOptions * | options | ||
) |
Promise* client::WebAuthentication::makeCredential | ( | Account * | accountInformation, |
Array * | cryptoParameters, | ||
Uint16Array * | attestationChallenge | ||
) |
Promise* client::WebAuthentication::makeCredential | ( | Account * | accountInformation, |
Array * | cryptoParameters, | ||
Uint16Array * | attestationChallenge, | ||
ScopedCredentialOptions * | options | ||
) |
Promise* client::WebAuthentication::makeCredential | ( | Account * | accountInformation, |
Array * | cryptoParameters, | ||
Uint32Array * | attestationChallenge | ||
) |
Promise* client::WebAuthentication::makeCredential | ( | Account * | accountInformation, |
Array * | cryptoParameters, | ||
Uint32Array * | attestationChallenge, | ||
ScopedCredentialOptions * | options | ||
) |
Promise* client::WebAuthentication::makeCredential | ( | Account * | accountInformation, |
Array * | cryptoParameters, | ||
Uint8ClampedArray * | attestationChallenge | ||
) |
Promise* client::WebAuthentication::makeCredential | ( | Account * | accountInformation, |
Array * | cryptoParameters, | ||
Uint8ClampedArray * | attestationChallenge, | ||
ScopedCredentialOptions * | options | ||
) |
Promise* client::WebAuthentication::makeCredential | ( | Account * | accountInformation, |
Array * | cryptoParameters, | ||
Float32Array * | attestationChallenge | ||
) |
Promise* client::WebAuthentication::makeCredential | ( | Account * | accountInformation, |
Array * | cryptoParameters, | ||
Float32Array * | attestationChallenge, | ||
ScopedCredentialOptions * | options | ||
) |
Promise* client::WebAuthentication::makeCredential | ( | Account * | accountInformation, |
Array * | cryptoParameters, | ||
Float64Array * | attestationChallenge | ||
) |
Promise* client::WebAuthentication::makeCredential | ( | Account * | accountInformation, |
Array * | cryptoParameters, | ||
Float64Array * | attestationChallenge, | ||
ScopedCredentialOptions * | options | ||
) |
Promise* client::WebAuthentication::makeCredential | ( | Account * | accountInformation, |
Array * | cryptoParameters, | ||
DataView * | attestationChallenge | ||
) |
Promise* client::WebAuthentication::makeCredential | ( | Account * | accountInformation, |
Array * | cryptoParameters, | ||
DataView * | attestationChallenge, | ||
ScopedCredentialOptions * | options | ||
) |
Promise* client::WebAuthentication::makeCredential | ( | Account * | accountInformation, |
Array * | cryptoParameters, | ||
ArrayBuffer * | attestationChallenge | ||
) |
Promise* client::WebAuthentication::makeCredential | ( | Account * | accountInformation, |
Array * | cryptoParameters, | ||
ArrayBuffer * | attestationChallenge, | ||
ScopedCredentialOptions * | options | ||
) |
void client::WebAuthentication::set_prototype | ( | WebAuthentication * | ) |