authentication property
AuthenticationInfoBuilder
get
authentication
Implementation
AuthenticationInfoBuilder get authentication =>
_$this._authentication ??= AuthenticationInfoBuilder();
set
authentication
(AuthenticationInfoBuilder? authentication)
Implementation
set authentication(AuthenticationInfoBuilder? authentication) =>
_$this._authentication = authentication;