pub async fn report_authentication_code_missing(
mobile_network_code: String,
client_id: i32,
) -> Result<(), Error>
Expand description
Reports that authentication code wasn’t delivered via SMS; for official mobile apps only. Works only when the current authorization state is authorizationStateWaitCode
§Arguments
mobile_network_code
- Current mobile network codeclient_id
- The client id to send the request to