API documentation  2.0rc1
Public Member Functions | List of all members
client::MSFIDOCredentialAssertion Class Reference

#include <clientlib.h>

Inherits client::MSAssertion.

Public Member Functions

Stringget_algorithm ()
 
Objectget_attestation ()
 
Stringget_publicKey ()
 
Arrayget_transportHints ()
 
MSFIDOCredentialAssertionget_prototype ()
 
void set_prototype (MSFIDOCredentialAssertion *)
 
 MSFIDOCredentialAssertion ()
 
- Public Member Functions inherited from client::MSAssertion
Stringget_id ()
 
Stringget_type ()
 
MSAssertionget_prototype ()
 
void set_prototype (MSAssertion *)
 
 MSAssertion ()
 
- Public Member Functions inherited from client::Object
 Object ()
 
template<typename T >
valueOf ()
 
 operator double () const
 
Objectoperator[] (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)
 

Constructor & Destructor Documentation

◆ MSFIDOCredentialAssertion()

client::MSFIDOCredentialAssertion::MSFIDOCredentialAssertion ( )

Member Function Documentation

◆ get_algorithm()

String* client::MSFIDOCredentialAssertion::get_algorithm ( )

◆ get_attestation()

Object* client::MSFIDOCredentialAssertion::get_attestation ( )

◆ get_prototype()

MSFIDOCredentialAssertion* client::MSFIDOCredentialAssertion::get_prototype ( )

◆ get_publicKey()

String* client::MSFIDOCredentialAssertion::get_publicKey ( )

◆ get_transportHints()

Array* client::MSFIDOCredentialAssertion::get_transportHints ( )

◆ set_prototype()

void client::MSFIDOCredentialAssertion::set_prototype ( MSFIDOCredentialAssertion )