error property

  1. @TagNumber.new(3)
AuthorizationError get error

The error that occurred during the authorization flow, to inform the application. This creates a callback URL with the error details set. See: https://openid.net/specs/openid-connect-core-1_0.html#AuthError

Implementation

@$pb.TagNumber(3)
$1.AuthorizationError get error => $_getN(2);
  1. @TagNumber.new(3)
set error (AuthorizationError value)

Implementation

@$pb.TagNumber(3)
set error($1.AuthorizationError value) => $_setField(3, value);