public class ApiTokenAccessRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ApiTokenAccessRequest.Builder |
| Constructor and Description |
|---|
ApiTokenAccessRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getClientId() |
String |
getEmail() |
String |
getSecret() |
ApiTokenConfig.TokenType |
getType() |
int |
hashCode() |
static ApiTokenAccessRequest.Builder |
newBuilder() |
void |
setClientId(String clientId) |
void |
setEmail(String email) |
void |
setSecret(String secret) |
void |
setType(ApiTokenConfig.TokenType type) |
public String getClientId()
public void setClientId(String clientId)
public String getSecret()
public void setSecret(String secret)
public ApiTokenConfig.TokenType getType()
public void setType(ApiTokenConfig.TokenType type)
public String getEmail()
public void setEmail(String email)
public static ApiTokenAccessRequest.Builder newBuilder()
Copyright 2022 OneSpan All rights reserved.