Class DeviceSSOScopeValue
java.lang.Object
com.nimbusds.oauth2.sdk.id.Identifier
com.nimbusds.oauth2.sdk.Scope.Value
com.nimbusds.openid.connect.sdk.nativesso.DeviceSSOScopeValue
- All Implemented Interfaces:
Serializable
,Comparable<Identifier>
,net.minidev.json.JSONAware
Device SSO scope value.
Related specifications:
- OpenID Connect Native SSO for Mobile Apps 1.0
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.nimbusds.oauth2.sdk.Scope.Value
Scope.Value.Requirement
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DeviceSSOScopeValue
Informs the authorisation server that the client is making an OpenID Connect Native SSO request.Fields inherited from class com.nimbusds.oauth2.sdk.id.Identifier
DEFAULT_BYTE_LENGTH, secureRandom
-
Method Summary
Methods inherited from class com.nimbusds.oauth2.sdk.Scope.Value
equals, getRequirement
Methods inherited from class com.nimbusds.oauth2.sdk.id.Identifier
compareTo, getValue, hashCode, toJSONString, toString, toStringList
-
Field Details
-
DEVICE_SSO
Informs the authorisation server that the client is making an OpenID Connect Native SSO request.
-