getAuthCode method
Gets the Azure auth code.
Returns the Azure auth code.
Implementation
String? getAuthCode() {
return super.getAsNullableString('auth_code');
}
Gets the Azure auth code.
Returns the Azure auth code.
String? getAuthCode() {
return super.getAsNullableString('auth_code');
}