PublicKeyCredentialCreationOptions

constructor(challenge: String, rpId: String, rpName: String, userId: String, userName: String, userDisplayName: String, timeout: Long = 60000, attestation: String = "none", authenticatorSelection: AuthenticatorSelection? = null, pubKeyCredParams: List<PubKeyCredParam> = listOf( PubKeyCredParam(type = "public-key", alg = -7) // ES256 ), excludeCredentials: List<CredentialDescriptor> = emptyList())