getCompletionChallenge property
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;