Photon C++ Client API
4.1.12.2
|
LoadBalancing-cpp/inc/Enums/CustomAuthenticationType.h File Reference
Include dependency graph for LoadBalancing-cpp/inc/Enums/CustomAuthenticationType.h:

This graph shows which files directly or indirectly include this file:

Namespaces | |
| ExitGames | |
| ExitGames::LoadBalancing | |
| ExitGames::LoadBalancing::CustomAuthenticationType | |
Variables | |
| static const nByte | CUSTOM |
| Use a custom authentication service. | |
| static const nByte | STEAM |
| Authenticates users by their Steam Account. Set auth values accordingly! | |
| static const nByte | |
| Authenticates users by their Facebook Account. Set auth values accordingly! | |
| static const nByte | OCULUS |
| Authenticates users by their Oculus Account. Set auth values accordingly! | |
| static const nByte | PLAYSTATION |
| Authenticates users by their PSN Account. Set auth values accordingly! | |
| static const nByte | XBOX |
| Authenticates users by their XBox Network Account. Set auth values accordingly! | |
| static const nByte | NONE |
| Disables custom authentication. | |
Photon C++ Client API