GenericAuthorizationDataArgs constructor

GenericAuthorizationDataArgs(
  1. String msg
)

Implementation

GenericAuthorizationDataArgs(this.msg) {
  type = CosmosConstants.COSMOS_GENERIC_AUTHORIZATION;
}