Values.AuthRequestSourceContains authorization request information, which is required for Amazon Web Services AppFabric to get the OAuth2 access token for an application.
type nonrec t = {redirectUri : RedirectUri.t;The redirect URL that is specified in the AuthURL and the application client.
*)code : SensitiveString2048.t;The authorization code returned by the application after permission is granted in the application OAuth page (after clicking on the AuthURL).
*)}