Interface IOAuthServiceFactory (2.0.0)

public interface IOAuthServiceFactory

Creates an OAuthService.

Methods

getOAuthService()

public abstract OAuthService getOAuthService()

Creates an implementation of the OAuthService.

Returns
TypeDescription
OAuthService