[][src]Function fxaclient_ffi::fxa_get_session_token

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

Try to get a session token.

If the system can't find a suitable token it will return an error

Safety

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