Class StitchUserImpl

    • Method Detail

      • linkWithCredential

        public StitchUser linkWithCredential​(StitchCredential credential)
        Description copied from interface: StitchUser
        Links this user with another identity represented by the given credential.
        Specified by:
        linkWithCredential in interface StitchUser
        Parameters:
        credential - the credential bound to an identity to link to.
        Returns:
        the newly linked user with a new identity added associated with the given credential.