Package de.msi.oauth.flow.params
Interface RequestTokenSecret
- All Superinterfaces:
OAuthParam,Supplier<String>,TokenSecret
- All Known Implementing Classes:
RequestTokenSecret.DefaultRequestTokenSecret
- 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 RequestTokenSecret extends TokenSecret
Represents a
request token secret.
Use of(String) to create a new instance.
- Author:
- Martin Siegemund
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classRequestTokenSecret.DefaultRequestTokenSecretThe default implementation ofRequestTokenSecret. -
Method Summary
Static Methods Modifier and Type Method Description static RequestTokenSecretof(String value)Create a newRequestTokenSecret.
-
Method Details
-
of
Create a newRequestTokenSecret.- Parameters:
value- the raw value- Returns:
- the new instance
-