Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6
export
interface
IHubAuth {
7
getNonce(): Promise<NonceResponse>;
8
authenticate(): Promise<string>;
9
}
10
interface
NonceResponse {
11
nonce: string;
Callers
1
hubAuth
Function · 0.65
Implementers
1
HubAuth
packages/cardpay-sdk/sdk/hub-auth.ts
Calls
no outgoing calls
Tested by
no test coverage detected