Skip to content

Commit

Permalink
Merge pull request #2902 from playgameservices/Fix-a-typo
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
olehkuznetsov authored Oct 9, 2020
2 parents 4c9ef9f + f04d57f commit 91db2c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -928,7 +928,7 @@ Play Game Console.
### Getting another server auth code after exchanging the first code
If your back end server interactions requires you to send a server auth code
more than once per authenticated session, you can call
`PlaPlayGamesPlatform.Instance.GetAnotherServerAuthCode(Action<string> callback)`
`PlayGamesPlatform.Instance.GetAnotherServerAuthCode(Action<string> callback)`
This method requires the player to be aready authenticated and correctly configured to
request server auth codes on this client. This method is implemented by calling
Google Sign-in silently which returns a new server auth code when already signed in.
Expand Down

0 comments on commit 91db2c6

Please sign in to comment.