Class OboAuthResponse


  • public class OboAuthResponse
    extends Object
    • Constructor Detail

      • OboAuthResponse

        public OboAuthResponse()
    • Method Detail

      • getSessionToken

        public String getSessionToken()
        The token which should be passed. This should be considered opaque data by the client. It is not intended to conatain any data interpretable by the client. The format is secret and subject to change without notice.
        Returns:
        sessionToken
      • setSessionToken

        public void setSessionToken​(String sessionToken)