Skip to content

Commit ee54a94

Browse files
committed
revert code styling on link
1 parent c79019b commit ee54a94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ref-info/ref-integration-sso-providers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The following options are available for implementing [Sign in with Google](https
3636

3737
### Sign in with Google for Android
3838

39-
Follow the instructions in [Create the Sign in with Google flow](https://developer.android.com/identity/sign-in/credential-manager-siwg#create-sign). Once the token has been validated, you can retrieve the email address by using the [`getEmail()` method](https://cloud.google.com/java/docs/reference/google-api-client/latest/com.google.api.client.googleapis.auth.oauth2.GoogleIdToken.Payload#com_google_api_client_googleapis_auth_oauth2_GoogleIdToken_Payload_getEmail__) of the identity token payload.
39+
Follow the instructions in [Create the Sign in with Google flow](https://developer.android.com/identity/sign-in/credential-manager-siwg#create-sign). Once the token has been validated, you can retrieve the email address by using the [getEmail() method](https://cloud.google.com/java/docs/reference/google-api-client/latest/com.google.api.client.googleapis.auth.oauth2.GoogleIdToken.Payload#com_google_api_client_googleapis_auth_oauth2_GoogleIdToken_Payload_getEmail__) of the identity token payload.
4040

4141
### Sign in with Google for iOS and macOS
4242

0 commit comments

Comments
 (0)