public class AzureIdentityToken extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_JWT |
| Constructor and Description |
|---|
AzureIdentityToken() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getJwt()
Get jwt
|
int |
hashCode() |
AzureIdentityToken |
jwt(String jwt) |
void |
setJwt(String jwt) |
String |
toString() |
public static final String SERIALIZED_NAME_JWT
public AzureIdentityToken jwt(String jwt)
public void setJwt(String jwt)
Copyright © 2023. All rights reserved.