authorize: TheCapabilityParser<CapabilityMatch<"access/authorize", `did:key:${string}` & `did:${string}` & Phantom<{
    protocol: "did:";
}>, Space.Store.Schema.InferStruct<{
    att: Space.Store.Schema.Schema<Space.Store.Schema.InferStruct<({ can: StringSchema<string, unknown>; })>[], unknown>;
    iss: Space.Store.Schema.Schema<`did:mailto:${string}` & `did:${string}` & Phantom<{
        protocol: "did:";
    }>, any>;
}>>> = ...

Capability can be invoked by an agent to request set of capabilities from the account.

Generated using TypeDoc