CanPromptURL reports whether the client can display a URL securely via URL-mode elicitation.
()
| 39 | // CanPromptURL reports whether the client can display a URL securely via |
| 40 | // URL-mode elicitation. |
| 41 | CanPromptURL() bool |
| 42 | |
| 43 | // PromptURL securely presents an authorization URL to the user and blocks |
| 44 | // until the user acknowledges, declines, or ctx is done. Returning nil means |
no outgoing calls