Functions
Link copied to clipboard
suspend fun authenticate(accountAddress: AccountKeyPair, walletSigner: WalletSigner? = null, memoId: ULong? = null, clientDomain: String? = null, authHeaderSigner: AuthHeaderSigner? = null): AuthToken
Content copied to clipboard
Authenticates to an external server.
Link copied to clipboard
suspend fun authenticateBigInt(accountAddress: AccountKeyPair, walletSigner: WalletSigner? = null, memoId: BigInteger? = null, clientDomain: String? = null, authHeaderSigner: AuthHeaderSigner? = null): AuthToken
Content copied to clipboard