package io.fathom.cloud.identity.api.os.model; import java.util.List; public class Credentials { public List<Credential> credentials; }