Package-level declarations
Types
Functions
Link copied to clipboard
actual fun ComposeAuth.rememberSignInWithApple(onResult: (NativeSignInResult) -> Unit, fallback: suspend () -> Unit): NativeSignInState
Composable function that implements Native Apple Auth.
actual fun <Error class: unknown class>.rememberSignInWithApple( onResult: (<Error class: unknown class>) -> Unit, fallback: suspend () -> Unit): <Error class: unknown class>
Composable function that implements Native Apple Auth.
expect fun ComposeAuth.rememberSignInWithApple( onResult: (NativeSignInResult) -> Unit, fallback: suspend () -> Unit = { fallbackLogin(Apple) }): NativeSignInState
Composable function that implements Native Apple Auth.
actual fun ComposeAuth.rememberSignInWithApple(onResult: (NativeSignInResult) -> Unit, fallback: suspend () -> Unit): NativeSignInState
Composable for Apple login with default behavior
Link copied to clipboard
actual fun ComposeAuth.rememberSignInWithGoogle( onResult: (NativeSignInResult) -> Unit, type: GoogleDialogType, fallback: suspend () -> Unit): NativeSignInState
Composable function that implements Native Google Auth.
actual fun <Error class: unknown class>.rememberSignInWithGoogle( onResult: (<Error class: unknown class>) -> Unit, type: <Error class: unknown class>, fallback: suspend () -> Unit): <Error class: unknown class>
Composable function that implements Native Google Auth.
expect fun ComposeAuth.rememberSignInWithGoogle( onResult: (NativeSignInResult) -> Unit = {}, type: GoogleDialogType = GoogleDialogType.DIALOG, fallback: suspend () -> Unit = {
fallbackLogin(Google)
}): NativeSignInState
Composable function that implements Native Google Auth.
actual fun ComposeAuth.rememberSignInWithGoogle( onResult: (NativeSignInResult) -> Unit, type: GoogleDialogType, fallback: suspend () -> Unit): NativeSignInState
Composable function that implements Native Google Auth.