fun extractCredentialData(parcelable: Parcelable): Pair<String?, String?>?
Extract a String identifier and a String password from a Parcelable object
Return
a Pair of String containing the identifier and the password if the extract was successful
null otherwise