MCPcopy Create free account
hub / github.com/stripe/stripe-react-native / createLinkAuthToken

Function createLinkAuthToken

example/src/api/onrampBackend.ts:443–447  ·  view source on GitHub ↗
(
  authToken: string
)

Source from the content-addressed store, hash-verified

441};
442
443export const createLinkAuthToken = async (
444 authToken: string
445): Promise<ApiResult<CreateLinkAuthTokenResponse>> => {
446 return defaultClient.createLinkAuthToken(authToken);
447};
448
449export const checkout = async (
450 cosId: string,

Callers 1

CryptoOnrampFlowFunction · 0.90

Calls 1

createLinkAuthTokenMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…