public abstract class AuthServiceToken extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AuthServiceToken.Builder |
| Constructor and Description |
|---|
AuthServiceToken() |
| Modifier and Type | Method and Description |
|---|---|
static AuthServiceToken.Builder |
builder() |
abstract String |
token()
Opaque token to be interpreted by an
AuthServiceBackend |
abstract String |
type()
Type of the token.
|
public abstract String token()
AuthServiceBackendpublic abstract String type()
AuthServiceBackend to determine if and how it can handle this kind of token.public static AuthServiceToken.Builder builder()
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.