initialize

abstract suspend fun initialize(): Result<String, Error>

Handles PALSession initialization logic.

Return

PALSession initialization Result. If the Result.Success is returned then the session is successfully initialized and the nonce for the PALSession is created otherwise the Result.Failure with Error is returned.