OAuth GrantClientValidationResult Object

Contains the results of validation of the redirect URI in an OAuth grant request against the redirect URI set up for the client. Returns Boolean true if the redirect URI matches.

The properties included in the GrantClientValidationResult object are listed below.

Property Type Description
RedirectURIMatched Boolean Indicates whether the redirect URI in the grant request matched the redirect URI set up for the client.
GrantClient GrantClient Contains the latest information about the client for an OAuth grant. It might not exactly match the information configured when the grant was issued.