ark::catalog::AuthenticationResult

Defined in header “ark/catalog/authentication_client.hh”.


Struct to hold the result of an authentication request via Authentication Client.

Variables

  • bool mfa_code_required
    Set to true if authentication request came back with an MFA challenge.

  • std::string session_name
    Name of the authentication session that is waiting on the MFA code.

  • std::string access_token
    The valid access token, if MFA is not required.