MCPcopy Create free account
hub / github.com/cardstack/cardstack / authenticate

Method authenticate

packages/cardpay-sdk/sdk/hub-auth.ts:8–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6export interface IHubAuth {
7 getNonce(): Promise<NonceResponse>;
8 authenticate(): Promise<string>;
9}
10interface NonceResponse {
11 nonce: string;

Callers 1

hubAuthFunction · 0.65

Implementers 1

HubAuthpackages/cardpay-sdk/sdk/hub-auth.ts

Calls

no outgoing calls

Tested by

no test coverage detected