Sign In/Out
Sign in
const signIn: (clientAPIKey?: string) => Promise<SignInResult>Sign out
const signOut: () => Promise<void>Response Types
type SignInResult = {
method: 'ramper' | 'wallet' | 'none'
user?: User
apiGatingToken?: string
}{
"method":"ramper",
"user":{
"signupSource":"google.com",
"UID":"iskWbvugB0RVsTt70jC7WguEdM02",
"wallets":{
"ethereum":{
"publicKey":"0x2C682335C7E82364790004B8f37F712A18e2b80A",
"creationDate":1653006881447,
"walletId":"ethereum_0x2C682335C7E82364790004B8f37F712A18e2b80A",
"blockchain":"ethereum"
}
}
}
}Last updated