Get Identities
# To Get Identities: getIdentities
We can get a list of public information about all the identities stored on the SDK using getIdentities()
function.
Get a List of Identities
Future<List<IdentityEntity>> getIdentities();
{
return _getIdentitiesUseCase.execute();
}
IdentityEntity
associated with the identities stored on the SDK. If an error occurs while retrieving the list of IdentityEntity
, it throws IdentityException
.
×
New Polygon ID Documentation Website Available!
We've released a new version of our documention. Head to devs.polygonid.com to check it out.