struct
#include <include/mtx/user_interactive.hpp>
Password Password stage.
Public types
- enum IdType { UserId, ThirdPartyId }
- Types of identifiers.
Public variables
- std::string password
- The password set by the user.
- IdType identifier_type
- If a user or third party identifier is used.
- std::string identifier_user
- for user
- std::string identifier_medium
- for third party
Enum documentation
enum mtx:: user_interactive:: auth:: Password:: IdType
Types of identifiers.
Enumerators | |
---|---|
UserId |
Use the identifier_user. |
ThirdPartyId |
use identifier_medium and identifier_address |