Kind: Function
Source: atloria-monorepo/packages/ui-core/src/components/api-explorer/oauth2.ts
Signature
tsfunction readGrant(storage: StorageLike | undefined, namespace: string, schemeId: string): OAuth2Grant | null
Parameters
| Name | Type |
|---|---|
storage | `StorageLike |
namespace | string |
schemeId | string |
Returns: OAuth2Grant | null
Was this page helpful?