getAuthCode method

String? getAuthCode()

Gets the Azure auth code.

Returns the Azure auth code.

Implementation

String? getAuthCode() {
  return super.getAsNullableString('auth_code');
}