type OauthParams = Extract<
AuthParams,
{
type: "oauth";
}
> &
object;Defined in: account-kit/signer/src/client/types.ts:94
| Name | Type |
|---|---|
|
|
|
|
type OauthParams = Extract<
AuthParams,
{
type: "oauth";
}
> &
object;Defined in: account-kit/signer/src/client/types.ts:94
| Name | Type |
|---|---|
|
|
|
|