Skip to Content

getValidGithubToken

getValidGithubToken(walletAddress?: string): Promise<string | null>

Defined in: src/lib/auth/github.ts:537 

Get stored token for GitHub (async, supports encrypted storage)

Parameters

ParameterType

walletAddress?

string

Returns

Promise<string | null>

Last updated on