isAuthenticateSourceResult

fun isAuthenticateSourceResult(requestCode: Int, data: Intent?): Boolean

Check if the requestCode and Intent is for Source authentication. The Intent should be retrieved from the result from Activity#onActivityResult(int, int, Intent)}} by Activity started with authenticateSource.

Return

whether the requestCode and intent is for Source authentication