Skip to content

Get Auth Status Node

AI/GitHub/Copilot/Utilities

Get Auth Status

Gets the authentication status of the Copilot client

copilot_get_auth_statusllm
Inputs1
Outputs2
Security exposure2/10
Packagellm

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

SecurityAttack surface and exposure impact.
2/10High
PrivacyPotential sensitivity of processed data.
2/10High
PerformanceRuntime or resource pressure.
1/10High
GovernancePolicy, audit, or compliance impact.
2/10High
ReliabilityOperational stability considerations.
1/10High
CostExternal or compute cost impact.
0/10High

Input Pins

1

Client

Struct
client

Copilot client handle

CopilotClientHandleCopilotClientHandle1 fields
cache_keystringrequired

Unique cache key for this client instance

Output Pins

2

Is Authenticated

Boolean
is_authenticated

Whether the user is authenticated

Login

String
login

GitHub username if authenticated

Node Info

Internal name
copilot_get_auth_status
Category
AI/GitHub/Copilot/Utilities