IdentificationFlowLevel
If requested by sending the right parameters to the initial oauth2 url, it contains the identification level that is requested to be fulfilled after the oauth2 consent by starting the right identification.
QES => use the startFourthlineExpertIdVerificationIdentification
mutation
Expert => use the startUbbleExpertIdVerificationIdentification
mutation
PVID => use the startUbblePvidIdVerificationIdentification
mutation
Auto => use query recommendedIdentificationFlow
to let Swan recommend the best flow and level for a user
enum IdentificationFlowLevel {
Auto
Expert
PVID
QES
}