StitchCredential

public protocol StitchCredential

A StitchCredential can be used to log in.

There is an implementation for each available Authentication Provider. These implementations can be generated using an AuthProviderClientFactory.

To log in, pass a credential implementation for the provider you want to use to StitchAuth‘s loginWithCredential method.

See also

StitchAuth