Contract
class Contract
Deprecated
As of 200.8.0 this class is deprecated and will be removed in a future release.Use AuthenticationActivity for OAuth user sign in support.
An ActivityResultContract that takes a OAuthUserSignIn as input and returns a nullable string as output. The output string represents a redirect URI as the result of an OAuth user sign in prompt, or null if OAuth user sign in failed. This contract can be used to launch the OAuthUserSignInActivity for a result. See Getting a result from an activity for more details.
Since
200.2.0