LimeSurvey API - Master branch

AuthenticationInterface

Table of Contents

Methods

isAuthenticated()  : bool
login()  : mixed|null
Login with username and password
logout()  : void
refresh()  : mixed|null
Refresh authentication token

Methods

isAuthenticated()

public isAuthenticated(string $token) : bool
Parameters
$token : string
Return values
bool

login()

Login with username and password

public login(string $username, string $password) : mixed|null
Parameters
$username : string
$password : string
Tags
throws
ApiAuthenticationException
Return values
mixed|null

Response data


        
On this page

Search results