Skip to content

casSetup

devakumaraswamy edited this page Jan 21, 2020 · 3 revisions

casSetup ⇒ promise

Calls cas server and returns the results(async)

Returns: promise -

returns an object {session: xxx, servers: yyy}

Param Type Description
store object

restaf store

logonPayload object

if not null function logs on to Viya with this payload

Notes

The returned object is

{
  session: session object,
  servers: servers object
}

These objects are standard raf objects. See restaf documentation for details.
Clone this wiki locally