Uses of Class
org.keycloak.models.OAuth2DeviceCodeModel
Packages that use OAuth2DeviceCodeModel
-
Uses of OAuth2DeviceCodeModel in org.keycloak.models
Methods in org.keycloak.models that return OAuth2DeviceCodeModelModifier and TypeMethodDescriptionstatic OAuth2DeviceCodeModelOAuth2DeviceCodeModel.create(RealmModel realm, ClientModel client, String deviceCode, String scope, String nonce, int expiresIn, int pollingInterval, String clientNotificationToken, String authReqId, Map<String, String> additionalParams, String codeChallenge, String codeChallengeMethod) OAuth2DeviceCodeModel.deny()static OAuth2DeviceCodeModel