![]() |
API documentation
2.0rc1
|
#include <clientlib.h>
Inherits client::Object.
Public Member Functions | |
Array * | get_allowList () |
void | set_allowList (Array *) |
WebAuthnExtensions * | get_extensions () |
void | set_extensions (WebAuthnExtensions *) |
String * | get_rpId () |
void | set_rpId (const String &) |
double | get_timeoutSeconds () |
void | set_timeoutSeconds (double) |
![]() | |
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) |
Array* client::AssertionOptions::get_allowList | ( | ) |
WebAuthnExtensions* client::AssertionOptions::get_extensions | ( | ) |
String* client::AssertionOptions::get_rpId | ( | ) |
double client::AssertionOptions::get_timeoutSeconds | ( | ) |
void client::AssertionOptions::set_allowList | ( | Array * | ) |
void client::AssertionOptions::set_extensions | ( | WebAuthnExtensions * | ) |
void client::AssertionOptions::set_rpId | ( | const String & | ) |
void client::AssertionOptions::set_timeoutSeconds | ( | double | ) |