authentication property

AuthenticationBuilder get authentication

Implementation

AuthenticationBuilder get authentication =>
    _$this._authentication ??= AuthenticationBuilder();
set authentication (AuthenticationBuilder? authentication)

Implementation

set authentication(AuthenticationBuilder? authentication) =>
    _$this._authentication = authentication;