RegistrationHandler

typealias RegistrationHandler = (Result<String, Failure>) -> Void

Undocumented