get Brownie Session

open fun getBrownieSession(sessionId: String): BrownieSession

Method to get an existing Brownie's session

Return

the instance of the existing session as BrownieSession, null if not exists

Parameters

sessionId

The identifier of the session to retrieve


open fun getBrownieSession(sessionId: String, password: String): BrownieSession

Method to get an existing Brownie's session to validate its deletion

Return

the instance of the existing session as BrownieSession, null if authorized

Parameters

sessionId

The identifier of the session to retrieve

password

The password used to protect the session accesses