fromValues static method

Implementation

static Iterable<AuthenticatorTransport> fromValues(Iterable<String> values) =>
    values.map(fromValue);