ska_src_api_global_execution.service.user_service

Service module for user management operations.

Module Contents

Classes

UserService

Service for managing user-related operations.

class ska_src_api_global_execution.service.user_service.UserService

Service for managing user-related operations.

logger
static decode_token_payload(token)

Decode the user token and return user information.

Parameters:

token – The user token to decode.

Returns:

A dictionary containing user information.

static user_name_from_token(token)

Extract the user ID from the user token. :param token: The user token. :return: The user ID.