public interface OAuth2DeviceUserCodeProvider extends Provider
Modifier and Type | Method and Description |
---|---|
String |
display(String userCode)
Get human-readability user code from original user code.
|
String |
format(String userCode)
Format inputted user code.
|
String |
generate()
Generate a new user code for OAuth 2.0 Device Authorization Grant.
|
String generate()
String display(String userCode)
userCode
- Original user codeCopyright © 2021 JBoss by Red Hat. All rights reserved.