You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* This method works similar to signing in with OAuth providers. Refer to the [documentation](https://supabase.com/docs/reference/kotlin/initializing) to learn how to handle OAuth and OTP links.
202
201
* @param provider One of the [IDTokenProvider] providers.
203
202
* @param idToken The ID token to use
204
203
* @param config Extra configuration
205
-
* @return The OAuth url to open in the browser if [ExternalAuthConfigDefaults.automaticallyOpenUrl] is false, otherwise null.
206
204
* @throws RestException or one of its subclasses if receiving an error response. If the error response contains a error code, an [AuthRestException] will be thrown which can be used to easier identify the problem.
207
205
* @throws HttpRequestTimeoutException if the request timed out
208
206
* @throws HttpRequestException on network related issues
0 commit comments