challenge Metadata
fun challengeMetadata(challengeMetadata: AuthenticationRetrieveResponse.ChallengeMetadata?): AuthenticationRetrieveResponse.Builder
Metadata about the challenge method and delivery. Only present when a challenge is triggered.
fun challengeMetadata(challengeMetadata: JsonField<AuthenticationRetrieveResponse.ChallengeMetadata>): AuthenticationRetrieveResponse.Builder
Sets Builder.challengeMetadata to an arbitrary JSON value.
You should usually call Builder.challengeMetadata with a well-typed ChallengeMetadata value instead. This method is primarily for setting the field to an undocumented or not yet supported value.