VBulletin-Authentication

Overview       WARNING: THIS DOCUMENTATION HAS NOT BEEN REVIEWED BY THE DEVELOPERS OF MINDTOUCH DEKI

Assembly:

mindtouch.deki.services


Class:

MindTouch.vBulletin.vBulletinAuthenticationService


SID: sid://mindtouch.com/2007/12/vbulletin-authentication

Configuration
Name Type Description
apikey string? Key to access protected features of the service.
autosave double? Time interval in seconds for automatic state save (only applies to services with state).
db-catalog string Database name
db-options string Optional connection string parameters
db-password string Password for database user
db-port int? Database port (default: 3306)
db-server string? Database host name (default: localhost).
db-user string Database user name
no-log void? When present, service does not create a log sub-service at /@log.
uri.self uri Uri for current service (provided by Host).
Features
Name Description
DELETE: Stop service
GET:authenticate Authenticate a user.
GET:groups/{group} Retrieve information about a group.
GET:groups Retrieve a list of all groups.
GET:users/{user} Retrieve information about a user.

Implementation Notes

Use this service to authenticate with vBulletin.

Tag page
You must login to post a comment.