[][src]Function fxaclient_ffi::fxa_get_pairing_authority_url

#[no_mangle]pub extern "C" fn fxa_get_pairing_authority_url(
    handle: u64,
    error: &mut ExternError
) -> *mut c_char

Get the pairing URL to navigate to on the Auth side (typically a computer).

Safety

A destructor [fxa_str_free] is provided for releasing the memory for this pointer type.