getGithubAccessToken
getGithubAccessToken(
apiClient?:Client,walletAddress?:string):Promise<string|null>
Defined in: src/lib/auth/github.ts:443
Get a valid access token, refreshing if necessary. GitHub tokens may not expire — if no expiry is set, the stored token is returned directly without attempting a refresh.
Parameters
| Parameter | Type |
|---|---|
|
|
|
|
|
|
Returns
Promise<string | null>
Last updated on