public interface Credentials
Credentials.Missing
or can be Credentials.Provided
in which case an identifier is
supplied and a function to check the known secret against the provided one in a secure fashion.Modifier and Type | Interface and Description |
---|---|
static class |
Credentials.Missing$ |
static class |
Credentials.Provided |
static class |
Credentials.Provided$ |