class OmniAuth::Strategies::Oidc

def client

Initialize Oidc Client with options
def client
  @client ||= ::Oidc::Client.new(client_options)
end