reload
suspend fun SignIn.reload(rotatingTokenNonce: String? = null): ClerkResult<SignIn, ClerkErrorResponse>
Reloads the SignIn from the server.
This function can be used to refresh the SignIn object and get the latest status and verification information.
Return
A ClerkResult containing the refreshed SignIn object on success, or a ClerkErrorResponse on failure.
Example usage:
signIn.reload()Content copied to clipboard
Parameters
rotatingTokenNonce
Optional nonce for rotating token validation.