Class ChallengeReply (3.10.0)

ChallengeReply(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A reply to a challenge signed by a 2FA key.

Attributes

Name Description
signed_challenge bytes
Required. The signed challenge associated with the 2FA key. The signature must be RSASSA-PKCS1 v1.5 with a SHA256 digest.
public_key_pem str
Required. The public key associated with the 2FA key.