API Reference > frontend-authorization-client > BrowserAuthorization > BrowserAuthorizationCallbackHandler BrowserAuthorizationCallbackHandler Class Beta To be used in conjunction with BrowserAuthorizationClient, which initiates the auth requests that can be handled by this class. Extends BrowserAuthorizationBase<BrowserAuthorizationCallbackHandlerConfiguration> Methods Name Description getUserManager(): Promise<UserManager> Protected getUserManagerSettings(basicSettings: BrowserAuthorizationCallbackHandlerConfiguration, advancedSettings?: UserManagerSettings): Promise<UserManagerSettings> Protected Merges the basic and advanced settings into a single configuration object consumable by the internal userManager. handleSigninCallback(redirectUrl: string): Promise<void> Static Attempts to parse an OIDC token from the current window URL Inherited properties Name Type Inherited from Description _advancedSettings Protected undefined | UserManagerSettings BrowserAuthorizationBase<BrowserAuthorizationCallbackHandlerConfiguration> _basicSettings Protected BrowserAuthorizationCallbackHandlerConfiguration BrowserAuthorizationBase<BrowserAuthorizationCallbackHandlerConfiguration> _userManager Protected undefined | UserManager BrowserAuthorizationBase<BrowserAuthorizationCallbackHandlerConfiguration> Defined in frontend-authorization/src/oidc/browser/BrowserAuthorizationCallbackHandler.ts Line 46 Last Updated: 11 June, 2024