setAuthCode method
- String value
Sets the Azure auth code.
value
a new Azure auth code.
Implementation
void setAuthCode(String value) {
super.put('auth_code', value);
}
Sets the Azure auth code.
value
a new Azure auth code.void setAuthCode(String value) {
super.put('auth_code', value);
}