...
- If
redirectis present, then the redirect flow MUST be used - Else, check whether
oauthis set to True then OAuth flow, else direct flow- For a more complete check, like the current geteduroam clients, instead of only checking if
oauthis True a client can also check for the presence ofauthorization_endpointandtoken_endpoint
- For a more complete check, like the current geteduroam clients, instead of only checking if
...