authorize: TheCapabilityParser<CapabilityMatch<"access/authorize", `did:key:${string}` & `did:${string}` & Phantom<{
    protocol: "did:";
}>, Schema.InferStruct<{
    att: Schema.Schema<Schema.InferStruct<{
        can: Schema.StringSchema<string, unknown>;
    }>[], unknown>;
    iss: 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