Companion

object Companion

Functions

Link copied to clipboard
fun fromJson(jsonString: String): OathCredential

Create an OathCredential from a JSON string.

Link copied to clipboard
suspend fun fromUri(uri: String): OathCredential

Create an OathCredential from a URI. Format: otpauth://totp/Issuer:AccountName?secret=SECRET&issuer=Issuer&algorithm=SHA1&digits=6&period=30 Format: otpauth://hotp/Issuer:AccountName?secret=SECRET&issuer=Issuer&algorithm=SHA1&digits=6&counter=0