Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 432 Bytes

File metadata and controls

21 lines (13 loc) · 432 Bytes

ToolServerAuthStatus

Authentication status for the calling user.

Example Usage

from glean.api_client.models import ToolServerAuthStatus

value = ToolServerAuthStatus.AWAITING_AUTH

# Open enum: unrecognized values are captured as UnrecognizedStr

Values

Name Value
AWAITING_AUTH AWAITING_AUTH
AUTHORIZED AUTHORIZED