Package de.msi.oauth.flow.params
Interface Signature
- All Superinterfaces:
OAuthParam,Supplier<String>
- All Known Implementing Classes:
Signature.DefaultSignature
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface Signature extends OAuthParam
Represents a
oauth_signature.
Use of(String) to create a new instance.
- Author:
- Martin Siegemund
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSignature.DefaultSignatureThe default implementation ofSignature. -
Method Summary