oidcConfiguration property

  1. @TagNumber.new(3)
CreateOIDCApplicationResponse get oidcConfiguration

Implementation

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

Implementation

@$pb.TagNumber(3)
set oidcConfiguration(CreateOIDCApplicationResponse value) =>
    $_setField(3, value);