Authentication status for the calling user.
from glean.api_client.models import ToolServerAuthStatus
value = ToolServerAuthStatus.AWAITING_AUTH
# Open enum: unrecognized values are captured as UnrecognizedStr| Name | Value |
|---|---|
AWAITING_AUTH |
AWAITING_AUTH |
AUTHORIZED |
AUTHORIZED |