LocalAuthAdapter constructor

const LocalAuthAdapter()

Authentication adapter that stores data on the local terminal.

Use for application development that does not require external storage of values.

For mobile and desktop, data is encrypted and stored in external files, and for the Web, data is encrypted and stored in LocalStorage.

ローカル端末にデータを保存する認証アダプター。

外部に値を保存する必要のないアプリ開発に利用します。

モバイルやデスクトップは外部ファイルに暗号化してデータが保存されWebの場合はLocalStorageに暗号化されデータが保存されます。

Implementation

const LocalAuthAdapter();