setAuthCode method

void setAuthCode(
  1. String value
)

Sets the Azure auth code.

  • value a new Azure auth code.

Implementation

void setAuthCode(String value) {
  super.put('auth_code', value);
}