Kind: Function
Source: atloria-monorepo/packages/ui-core/src/components/api-explorer/oauth2.ts
Read an authorization response off the current URL.
Both carriers are parsed because both are used: the code flow answers in the query string, implicit in the fragment.
Signature
tsfunction parseAuthorizationResponse(href: string): AuthorizationResponse
Parameters
| Name | Type |
|---|---|
href | string |
Returns: AuthorizationResponse
Was this page helpful?