Uses of Enum Class
org.eclipse.lyo.server.oauth.core.consumer.LyoOAuthConsumer.OAuthVersion
-
Uses of LyoOAuthConsumer.OAuthVersion in org.eclipse.lyo.server.oauth.core.consumer
Modifier and TypeMethodDescriptionLyoOAuthConsumer.getOAuthVersion()
Gets the OAuth version that the consumer supports.Returns the enum constant of this class with the specified name.static LyoOAuthConsumer.OAuthVersion[]
LyoOAuthConsumer.OAuthVersion.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
LyoOAuthConsumer.setOAuthVersion
(LyoOAuthConsumer.OAuthVersion oAuthVersion) Sets the OAuth version that the consumer supports.