Uses of Class
org.keycloak.models.OAuth2DeviceUserCodeModel
-
Packages that use OAuth2DeviceUserCodeModel Package Description org.keycloak.models -
-
Uses of OAuth2DeviceUserCodeModel in org.keycloak.models
Methods in org.keycloak.models that return OAuth2DeviceUserCodeModel Modifier and Type Method Description static OAuth2DeviceUserCodeModelOAuth2DeviceUserCodeModel. fromCache(RealmModel realm, String userCode, Map<String,String> data)Methods in org.keycloak.models with parameters of type OAuth2DeviceUserCodeModel Modifier and Type Method Description voidOAuth2DeviceTokenStoreProvider. put(OAuth2DeviceCodeModel deviceCode, OAuth2DeviceUserCodeModel userCode, int lifespanSeconds)Stores the given device code and user code
-