# Functions
GetConsoleCredentialsForOperator will validate the provided JWT (service account token) and return it in the form of credentials.Login.
# Interfaces
OperatorClient interface with all functions to be implemented by mock when testing, it should include all OperatorClient respective api calls that are used within this project.