Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/security / / listOAuthStrategies

Function: listOAuthStrategies()

ts
function listOAuthStrategies(): readonly OAuthStrategy[];

Defined in: packages/security/src/oauth/strategies.ts:57

Snapshot of the registered strategies. Used by getOAuthStatus().

Returns

readonly OAuthStrategy[]

Stable