UPico_PermissionResult class.
More...
#include <Pico_User.h>
|
|
FString | GetAuthorizedPermission (int32 Index) |
| | Get AuthorizedPermissions element form Index.
|
| |
|
int32 | GetSize () |
| | Get the size of AuthorizedPermissions .
|
| |
|
FString | GetAccessToken () |
| | The access token. It has a value only after you call UserService.RequestUserPermissions.
|
| |
|
FString | GetUserID () |
| | The current user's ID.
|
| |