LwaAuthorizeResult.empty constructor

LwaAuthorizeResult.empty()

Implementation

LwaAuthorizeResult.empty()
    : accessToken = null,
      authorizationCode = null,
      clientId = null,
      redirectURI = null;