authenticationMethods property

ListBuilder<SessionAuthenticationMethod> authenticationMethods

Implementation

ListBuilder<SessionAuthenticationMethod> get authenticationMethods =>
    _$this._authenticationMethods ??=
        new ListBuilder<SessionAuthenticationMethod>();
void authenticationMethods=(ListBuilder<SessionAuthenticationMethod>? authenticationMethods)

Implementation

set authenticationMethods(
        ListBuilder<SessionAuthenticationMethod>? authenticationMethods) =>
    _$this._authenticationMethods = authenticationMethods;