PromptURL securely presents an authorization URL to the user and blocks until the user acknowledges, declines, or ctx is done. Returning nil means the prompt was shown (not that authorization completed); the caller waits for the OAuth flow itself to finish. It returns ErrPromptDeclined if the user d
(ctx context.Context, p Prompt)
| 47 | // user declines or cancels, or ErrPromptUnavailable if the prompt could not |
| 48 | // be delivered. |
| 49 | PromptURL(ctx context.Context, p Prompt) error |
| 50 | |
| 51 | // CanPromptForm reports whether the client supports form elicitation, used |
| 52 | // to display a device code when URL elicitation is unavailable. |
no outgoing calls