Class IOAuthServiceFactoryProvider (2.0.0)

public final class IOAuthServiceFactoryProvider extends FactoryProvider<IOAuthServiceFactory>

Factory provider for IOAuthServiceFactory.

Note: This class is not intended for end users.

Inheritance

java.lang.Object > FactoryProvider > IOAuthServiceFactoryProvider

Constructors

IOAuthServiceFactoryProvider()

public IOAuthServiceFactoryProvider()

Methods

getFactoryInstance()

protected IOAuthServiceFactory getFactoryInstance()

Return an instance of the factory

Returns
TypeDescription
IOAuthServiceFactory
Overrides