Const
Dispatch to exchange an authorization code in the OAuth flow.
{ type: "oauth/AUTHORIZE", payload: { code: "authorization-code" }} Copy
{ type: "oauth/AUTHORIZE", payload: { code: "authorization-code" }}
module-payit-credit/lib/browser/reducers/oauthReducers.authorize
Dispatch to exchange an authorization code in the OAuth flow.