public interface StitchUser extends CoreStitchUser
| Modifier and Type | Method and Description |
|---|---|
Task<StitchUser> |
linkWithCredential(StitchCredential credential)
Links this user with another identity represented by the given credential.
|
getDeviceId, getId, getIdentities, getLoggedInProviderName, getLoggedInProviderType, getProfile, getUserTypeTask<StitchUser> linkWithCredential(StitchCredential credential)
credential - the credential bound to an identity to link to.Task containing the newly linked user with a new identity added associated
with the given credential.