| Interface | Description |
|---|---|
| CallbackUrlResolver |
How to compute a callback URL and match a client.
|
| Class | Description |
|---|---|
| NoParameterCallbackUrlResolver |
No name is added to the callback URL to be able to distinguish the client, so it doesn't match.
|
| PathParameterCallbackUrlResolver |
The client name is added to the path of the callback URL.
|
| QueryParameterCallbackUrlResolver |
The client name is added as a query parameter to the callback URL.
|
Copyright © 2019. All rights reserved.