StoredIdentity
data class StoredIdentity(val identityId: IdentityId, val identityPoolId: IdentityPoolId, val logins: Map<String, String>, val creationDate: Timestamp)(source)
Constructors
Link copied to clipboard
constructor(identityId: IdentityId, identityPoolId: IdentityPoolId, logins: Map<String, String>, creationDate: Timestamp)