public interface AsapConfiguration
| Modifier and Type | Method and Description |
|---|---|
String |
audience()
The default audience value that we expect to find when validating an authentication token that was sent to
by some other service.
|
String |
issuer()
The issuer that is used when signing tokens.
|
String |
keyId()
The key ID that is used when signing tokens.
|
String |
privateKeyUrl()
Where private keys can be found.
|
String |
publicKeyRepositoryUrl()
Where public keys can be found.
|
String issuer()
String keyId()
String audience()
String publicKeyRepositoryUrl()
String privateKeyUrl()
Copyright © 2017 Atlassian. All rights reserved.