bbid_level_assurance

Levels of assurance returned with a BlackBerry ID challenge.

Synopsis:

 enum bbid_level_assurance{
      IDS_BBID_LEVEL_AUTH_OFFLINE = 0   
      IDS_BBID_LEVEL_AUTH_ONLINE   
};

Since:

BlackBerry 10.2.0

Data:

IDS_BBID_LEVEL_AUTH_OFFLINE
BlackBerry ID level of assurance when authentication was performed offline.
IDS_BBID_LEVEL_AUTH_ONLINE
BlackBerry ID level of assurance when authentication was performed online.

Library:

libids (For the qcc command, use the -l ids option to link against this library)

Description:

These are the levels of assurance returned by the challenge API using BlackBerry ID as an identity provider. See ids_challenge().