Package de.msi.oauth.flow.params
Interface ConsumerKey
- All Superinterfaces:
OAuthParam,Supplier<String>
- All Known Implementing Classes:
ConsumerKey.DefaultConsumerKey
- 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 ConsumerKey extends OAuthParam
Represents a
oauth_consumer_key.
Use of(String) to create a new instance.
- Author:
- Martin Siegemund
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classConsumerKey.DefaultConsumerKeyThe default implementation of aConsumerKey. -
Method Summary
Static Methods Modifier and Type Method Description static ConsumerKeyof(String value)Create a new instance.
-
Method Details
-
of
Create a new instance.- Parameters:
value- the raw value- Returns:
- the
ConsumerKey
-