public class JwtApiKey extends ApiKey
| Modifier and Type | Class and Description |
|---|---|
static class |
JwtApiKey.Builder |
| Constructor and Description |
|---|
JwtApiKey()
Constructs an empty JSON web token API key.
|
JwtApiKey(String name,
Map<String,String> claims,
String apiKey,
String keyId)
Constructs an empty JSON web token API key with the provided arguments.
|
| Modifier and Type | Method and Description |
|---|---|
static JwtApiKey.Builder |
builder() |
public static JwtApiKey.Builder builder()
Copyright © 2015–2019. All rights reserved.