@JvmStatic fun fromSessionCode(code: String, redirectUri: String, isPersistable: Boolean, codeVerifier: String? = null, callback: ResultCallback<User>, scopes: Array<String>?): Unit
code - The session code to create the user from
redirectUri - The redirect URI. Must be found in self service
isPersistable - If the user can be persisted or not. The user's wishes must be respected to be GDPR compliant
codeVerifier - The code verifier used for web flow login with PKCE