authLMS {rqti}R Documentation

Authenticate with LMS

Description

A generic function to handle authentication with a Learning Management System (LMS).

The method to handle authentication with LMS.

Usage

authLMS(object, ...)

## S4 method for signature 'LMS'
authLMS(object, ...)

Arguments

object

an instance of the S4 object Opal, LMS

...

Additional arguments to be passed to the method, if applicable.


[Package rqti version 1.0.0 Index]