Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/security / / createOAuthClient
Function: createOAuthClient()
ts
function createOAuthClient(options): OAuthClient;Defined in: packages/security/src/oauth/client.ts:41
Create an OAuthClient. The factory does not perform any network I/O until one of the methods on the returned client is called.
Parameters
| Parameter | Type |
|---|---|
options | CreateOAuthClientOptions |