Type Aliases

The following type aliases are available globally.

  • Callback closure used during authentication to provide username and password during execution of:

    ProvideCredentialsAuthenticationHandlerDelegate.authenticationHandler(, provideCredentialsWithCompletionHandler)

    See also: ProvideCredentialsAuthenticationHandlerDelegate

    See also

    ProvideCredentialsAuthenticationHandlerDelegate

    Declaration

    Swift

    public typealias AuthenticationCredentialsProvider = (_ userName: String, _ password: String) -> Void

    Parameters

    userName

    name of the user

    password

    the user’s password