# Functions
ObtainOpenshiftToken obtains an OAuth token from OpenShift using the provided username and password.
ObtainOpenshiftUsername fetches the username from the OpenShift userinfo endpoint.
# Variables
No description provided by the author
# Structs
DefaultTokenProvider is a default implementation of TokenProvider.
OpenshiftUserInfo represents the structure of the user info response from OpenShift.
# Interfaces
TokenProvider defines an interface for obtaining a token.