|
| (NSURL *) | - externalUserAgentRequestURL |
| | Method to create and return the complete request URL instance. More...
|
| |
| (NSString *) | - redirectScheme |
| | If this external user-agent request has a redirect URL, this should return its scheme. Since some external requests have optional callbacks (such as the end session endpoint), the return value of this method is nullable. More...
|
| |
◆ externalUserAgentRequestURL()
| - (NSURL*) externalUserAgentRequestURL |
|
|
|
Method to create and return the complete request URL instance.
- Returns
- A
NSURL instance which contains the URL to be opened in an external UI (i.e. browser)
◆ redirectScheme()
| - (NSString*) redirectScheme |
|
|
|
If this external user-agent request has a redirect URL, this should return its scheme. Since some external requests have optional callbacks (such as the end session endpoint), the return value of this method is nullable.
- Returns
- A
NSString instance that contains the scheme of a callback url, or nil if there is no callback url for this request.
The documentation for this protocol was generated from the following file: