Authentication interface
サーバーに対するクライアント認証メカニズムの定義。
プロパティ
| method | サーバーでクライアントのユーザーを認証するメソッドを定義します。 |
| username |
UsernamePassword ユーザー認証モードが選択されている場合のユーザー名とパスワードの参照を定義します。 |
| x509Credentials | 証明書ユーザー認証モードが選択されている場合の証明書参照を定義します。 |
プロパティの詳細
method
サーバーでクライアントのユーザーを認証するメソッドを定義します。
method: string
プロパティ値
string
usernamePasswordCredentials
UsernamePassword ユーザー認証モードが選択されている場合のユーザー名とパスワードの参照を定義します。
usernamePasswordCredentials?: UsernamePasswordCredentials