Open harunayyildizhadi opened 2 months ago
// Replace URL-safe characters and fix padding
idTokenPart = idTokenPart.Replace('-', '+').Replace('_', '/');
string fill = new string('=',(4 - (idTokenPart.Length % 4)) % 4);
This change might fix it.
@harunayyildizhadi Would you like to made pull request?
I didn't have time to test it yet when I've time I'll. Just wanted to post so if anyone wants to test it before I've time for it
Non-fatal Exception: java.lang.Exception: CustomException : First exception in session. Log: FormatException: The input is not a valid Base-64 string as it contains a non-base 64 character, more than two padding characters, or an illegal character among the padding characters. | Stacktrace: System.Convert.FromBase64CharPtr (System.Char* inputPtr, System.Int32 inputLength) (at <00000000000000000000000000000000>:0) Google.Impl.GoogleSignInImpl.GoogleSignIn_GetUserId (System.Runtime.InteropServices.HandleRef self) (at <00000000000000000000000000000000>:0) Google.Impl.NativeFuture.get_Result () (at <00000000000000000000000000000000>:0) Google.Future
1+