fromValues static method

Implementation

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