AutodiscoverRedirectionUrlValidationCallback typedef

AutodiscoverRedirectionUrlValidationCallback = bool Function(String redirectionUrl)
Defines a delegate that is used by the AutodiscoverService to ask whether a redirectionUrl can be used. Redirection URL that Autodiscover wants to use.

Implementation

typedef AutodiscoverRedirectionUrlValidationCallback = bool Function(
    String redirectionUrl);