class TokenHandler (source)
Handle the generation and the refresh of the token header This token is mandatory in request from bot to teams via microsoft-api
<init> |
Handle the generation and the refresh of the token header This token is mandatory in request from bot to teams via microsoft-api TokenHandler(appId: String, password: String) |
loginApi |
var loginApi: LoginMicrosoftOnline |
teamsMapper |
val teamsMapper: ObjectMapper |
token |
var token: String? |
checkToken |
fun checkToken(): Unit |
isTokenExpired |
fun isTokenExpired(): Boolean |
launchTokenCollector |
fun launchTokenCollector(connectorId: String, msInterval: Long = 60 * 60 * 1000L): Unit |
stopTokenCollector |
fun stopTokenCollector(): Unit |