onAuthCode

open fun onAuthCode(data: AuthCodeData, isCompletion: Boolean)

Called upon successful first step of auth - receiving auth code which can later be exchanged to access token.

Parameters

data

auth code that can be exchanged for access token

isCompletion

true if onAuth won't be called. This will happen if you passed auth parameters and implement their validation yourself. In that case we can't exchange auth code for access token and you should do this yourself.