GetSessionToken returns the session token as a string.
()
| 15 | SetDialOption(options *websocket.DialOptions) |
| 16 | // GetSessionToken returns the session token as a string. |
| 17 | GetSessionToken() string |
| 18 | } |
| 19 | |
| 20 | // FixedSessionTokenProvider provides a given, fixed, session token. E.g. one read from file or environment variable |
no outgoing calls