Airship\Cabin\Bridge\Landing\Notary::index PHP Method

index() public method

public index ( )
    public function index()
    {
        \Airship\json_response(['status' => 'OK', 'channel' => $this->channel, 'message' => '', 'public_key' => Base64UrlSafe::encode($this->pk->getRawKeyMaterial())]);
    }