Searched defs:DEVICE_CODE (Results 1 - 3 of 3) sorted by relevance

/forgerock/openam-v13/openam-oauth2-common/oauth2-restlet/src/test/java/org/forgerock/oauth2/restlet/
H A DDeviceCodeResourceTest.java72 private static final DeviceCode DEVICE_CODE = deviceCode(); field in class:DeviceCodeResourceTest
116 entry("device_code", DEVICE_CODE.getDeviceCode()),
117 entry("user_code", DEVICE_CODE.getUserCode()),
156 entry("device_code", DEVICE_CODE.getDeviceCode()),
157 entry("user_code", DEVICE_CODE.getUserCode()),
219 any(OAuth2Request.class), anyString(), anyString())).willReturn(DEVICE_CODE);
/forgerock/openam-v13/openam-oauth2-common/oauth2-core/src/main/java/org/forgerock/oauth2/core/
H A DOAuth2Constants.java328 public static final String DEVICE_CODE = "http://oauth.net/grant_type/device/1.0"; field in class:OAuth2Constants.TokenEndpoint
824 public static final String DEVICE_CODE = "device_code"; field in class:OAuth2Constants.DeviceCode
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/oauth2/
H A DOAuth2Constants.java275 public static final String DEVICE_CODE = "http://oauth.net/grant_type/device/1.0"; field in class:OAuth2Constants.TokenEndpoint
765 public static final String DEVICE_CODE = "device_code"; field in class:OAuth2Constants.DeviceCode

Completed in 172 milliseconds