Contract
class Contract
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