adapter property

AuthAdapter adapter

An adapter that defines the authentication platform.

認証プラットフォームを定義するアダプター。

Implementation

AuthAdapter get adapter {
  return AuthAdapter._test ?? _adapter ?? AuthAdapter.primary;
}