getCompletionChallenge property

SecretChallenge? Function(T request) getCompletionChallenge
final

Extracts the completion challenge from the request.

Returns null if the request has not been verified yet (completion challenge not linked).

Implementation

final SecretChallenge? Function(T request) getCompletionChallenge;