• This function creates a new Archon-managed resource for some object your software maintains. It returns an ARID that you can use to reference the resource in the future. You'll use the ARID to determine access to the resource, so make sure you store it on your end.

    Parameters

    Returns Promise<Resource>

    The ARID of the newly created resource.