public class AdalDeviceCodeAuthorizationGrant extends Object implements AdalAuthorizationGrant
Modifier and Type | Field and Description |
---|---|
protected String |
correlationId |
Modifier and Type | Method and Description |
---|---|
String |
getCorrelationId() |
Map<String,List<String>> |
toParameters()
Converts the device code grant to a map of HTTP paramters.
|
protected String correlationId
public String getCorrelationId()
public Map<String,List<String>> toParameters()
toParameters
in interface AdalAuthorizationGrant
Copyright © 2013–2021. All rights reserved.