UNPKG

@othent/kms-unbundled

Version:

Arweave Oauth Othent wallets enabled Google Key Management Service.

21 lines (20 loc) 373 B
export interface ConnectReturnType { authSystem?: string; given_name: string; family_name: string; nickname: string; name: string; picture: string; locale: string; updated_at?: string; email: string; email_verified: string; sub: string; iss?: string; aud?: string; iat?: number; exp?: number; sid?: string; nonce?: string; data?: any; }