CanPromptForm reports whether the client supports form elicitation, used to display a device code when URL elicitation is unavailable.
()
| 51 | // CanPromptForm reports whether the client supports form elicitation, used |
| 52 | // to display a device code when URL elicitation is unavailable. |
| 53 | CanPromptForm() bool |
| 54 | |
| 55 | // PromptForm presents a textual acknowledgement prompt and blocks until the |
| 56 | // user responds. It returns ErrPromptDeclined if the user declines, or |
no outgoing calls