Class DeviceCodeGrant

java.lang.Object
com.nimbusds.oauth2.sdk.AuthorizationGrant
com.nimbusds.oauth2.sdk.device.DeviceCodeGrant

@Immutable public class DeviceCodeGrant extends AuthorizationGrant
Device code grant for the OAuth 2.0 Device Authorization Grant.

Related specifications:

  • OAuth 2.0 Device Authorization Grant (RFC 8628)