Package | Description |
---|---|
com.nimbusds.oauth2.sdk.device |
OAuth 2.0 device authorisation grant classes.
|
Modifier and Type | Method | Description |
---|---|---|
UserCode |
DeviceAuthorizationSuccessResponse.getUserCode() |
Returns the end-user verification code.
|
Constructor | Description |
---|---|
DeviceAuthorizationSuccessResponse(DeviceCode deviceCode,
UserCode userCode,
URI verificationURI,
long lifetime) |
Creates a new device authorization success response.
|
DeviceAuthorizationSuccessResponse(DeviceCode deviceCode,
UserCode userCode,
URI verificationURI,
URI verificationURIComplete,
long lifetime,
long interval,
Map<String,Object> customParams) |
Creates a new device authorization success response.
|
Copyright © 2019 Connect2id Ltd.. All rights reserved.