Skip to content

Commit c0e2f86

Browse files
committed
Fix docs
1 parent b944819 commit c0e2f86

File tree

1 file changed

+0
-2
lines changed
  • Auth/src/commonMain/kotlin/io/github/jan/supabase/auth

1 file changed

+0
-2
lines changed

Auth/src/commonMain/kotlin/io/github/jan/supabase/auth/Auth.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,11 +198,9 @@ interface Auth : MainPlugin<AuthConfig>, CustomSerializationPlugin {
198198
* }
199199
* ```
200200
*
201-
* 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.
202201
* @param provider One of the [IDTokenProvider] providers.
203202
* @param idToken The ID token to use
204203
* @param config Extra configuration
205-
* @return The OAuth url to open in the browser if [ExternalAuthConfigDefaults.automaticallyOpenUrl] is false, otherwise null.
206204
* @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.
207205
* @throws HttpRequestTimeoutException if the request timed out
208206
* @throws HttpRequestException on network related issues

0 commit comments

Comments
 (0)