oauth
oauth copied to clipboard
Add support for custom strings in Device Flow
On the device flow, add support to specify the message to be shown to the user.
On oauth_device.go, currently the messages are:
fmt.Fprintf(stdout, "First, copy your one-time code: %s\n", code.UserCode)
fmt.Fprint(stdout, "Then press [Enter] to continue in the web browser... ")