Skip to main content
GET
Read the provider's sign-in in flight

Path Parameters

name
string
required

The provider's name.

Maximum string length: 128
Pattern: ^[a-z0-9][a-z0-9-]*$

Response

The last sign-in attempt for this provider.

A sign-in flow, in flight or finished. When browserUrl is present the client opens it; completion is reflected in the provider's authState.

status
enum<string>
required

pending means the host is still driving the flow — poll getProviderAuth. complete means a credential was probed and stored. failed means this attempt is over and message says why; nothing was stored.

Available options:
pending,
complete,
failed
browserUrl
string<uri>

URL the user opens to complete a browser-based flow.

message
string

Human-readable instruction, for example a device code to enter — and, on a failed status, why the sign-in failed. It never carries the key or token itself.

Maximum string length: 1024
expiresAt
string<date-time>

When the pending flow expires.