Package org.keycloak.models
Class OAuth2DeviceUserCodeModel
java.lang.Object
org.keycloak.models.OAuth2DeviceUserCodeModel
- Author:
- Hiroyuki Wada
-
Constructor Summary
ConstructorDescriptionOAuth2DeviceUserCodeModel
(RealmModel realm, String deviceCode, String userCode) -
Method Summary
Modifier and TypeMethodDescriptionstatic String
createKey
(RealmModel realm, String userCode) static OAuth2DeviceUserCodeModel
-
Constructor Details
-
OAuth2DeviceUserCodeModel
-
-
Method Details
-
fromCache
public static OAuth2DeviceUserCodeModel fromCache(RealmModel realm, String userCode, Map<String, String> data) -
getDeviceCode
-
getUserCode
-
createKey
-
serializeKey
-
serializeValue
-